Smart Sidebar – Responsive Custom Bug

Posted in: Newspaper
Post count: 55

Hi,

We had to change the proportions of content and sidebar as:


@media
(min-width: 768px) {
.bp-user .td-pb-span8 {
padding-left: 8px !important;
padding-right: 8px !important;
width: 80% ! important;
}

.bp-user .td-pb-span4 {
padding-left: 8px !important;
padding-right: 8px !important;
width: 20% !important;
}
}

But when we roll the page, the smart sidebar takes the original size again.

Could you please advise how could we solve this problem?

Thank you,

Post count: 22421

Hello,
Unfortunately we do not recommend changing the width of the site at all as the smart sidebar will not be the only element to break. We highly discourage this as you will need lots of customization to adapt every element to the new width. All the theme elements depend on the width you modified. In order to have all the elements display properly again, you need to change their css to fit in the new container size.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.