Custom CSS – Problem in mobile version

Posted in: Newspaper
Post count: 3

Hello,
I need help for changing CSS file.

Certain pages (via pageid) have a special width due inserted iframe. Now those pages are neatly displayed on the desktop version, but the mobile version does not function. Results are not displayed properly and does not appear in the slider width frame.

Example page of the site with a problem:
http://meteoplaneta.rs/desetodnevna-prognoza/

Thank you in advance for your help.

Post count: 6535

Hi

You need to use media queries and set your specific sizes for mobile devices, for example:

@media (max-width: 768px) {
.page-id-6233 .td-container {
/* your custm css */
}
}

Also you can use advanced css section in theme panel: http://screencast.com/t/rIWKUNpnnWc Please note that modifying them’s grid it’s not something we recommend, it’s not an easy task because modifying the them’s grid will require other css customization.

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.