How to tack on 72px to Sidebar on 768px-to-900px media queries

Posted in: Newspaper
Post count: 27

Hi, I need to add 72px to sidebars on tablet media queries between 768px and 900px. I just want to be able to show 300px ads on the sidebar of these tablets. With the sizes you have, the sidebar is 228px and 200×200 ads appear, which is small. Is there a way to tack on 72px to the CSS to enable 300px ads to show? I can edit CSS. I just don’t want to affect the main content. Could I adjust the sidebar and entire site width only in the CSS to make this work between these media sizes? Thanks.

Post count: 20688

Hi,

The responsive design will apply when needed, if the width drops below certain breaking point the width will change. The columns (spans) are defined with percentages, not fixed values
http://prntscr.com/k499qa
We do not recommend to make modifications to these values as they may break the design for the whole page. Each padding or margin or design element is dependent on those values, so this may result in problems. Maybe you can think of a different way to display the ads.

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