How do I reduce the side bar width

Posted in: Newspaper
Post count: 93

Just installed newspaper theme 9. I had been using 6 for 4 years. 2 questions 1) How can I make the side bar slimmer its too big making the square banner ads too large. The site is constructionreviewonline.com
Thanks

Post count: 20688

Hi,

That would be the normal size for the sidebar and that layout, the ads look alright to me. Some of the ads are bigger and fill the sidebar space, others are smaller than the width of the sidebar – http://prntscr.com/n5rzwv

I could give you a code to make the bigger ones be the same as the others
http://prntscr.com/n5s1rc

.const-widget {
max-width: 300px;
}

Or maybe align the smaller ones center – http://prntscr.com/n5s9ia

.const-widget{
text-align:center;
}

Let me know if you need more help or you have more questions.
Thanks

Post count: 93

Thanks for this Simon. Can I use max width 250px:

.const-widget {
max-width: 250px;
}

Also where do I put the code?

Thanks

Post count: 22421

Hello,
Yes, you can change the width to 250px. The code can be added under the theme panel in “custom code”
Thank you!

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