techtoll
Member
Posted 4 months ago #
At my Blog (TechToll.in) I have increased the size of side bar with .`widget-area {
width: 29.04% !important;
} `which i believe is not right. The sidebar doesn't maintain its responsiveness.
What is the correct way to increase the size of a sidebar. I am using a child theme.
dirkington
Blocked
Posted 4 months ago #
Try taking out the important.
I tested
.widget-area {
float: right;
width: 22%;
}
and it works fine.
techtoll
Member
Posted 4 months ago #
No that doesn't work. Still the same problem. When i resize the window to check the responsiveness sidebar shrinkens a lot in respect to main content.