Hi, where i can modify the size of sidebar on pages? i´m trying but i can´t, i need a small sidebar, tx
Modify size of sidebar
3 posts from 2 voices-
Posted 5 months ago #
-
Nick tell me that code and it´s ok:
This code controls the width of the sidebar on monitor sizes screens and i made it narrower (smaller). If you want to adjust it more, *only* change 221 to a higher or lower number.
@media only screen and (min-width: 1070px) {
.responsive .container .four.units{ width: 221px; }
}This code controls the width of the left widget. I would use the code above first and the code below may not be needed
#text-5 {
width: 100%; /*change 100% to what you want*/
}This will style the text of the left text widget
#text-5 .textwidget {
color: blue;
}TX NICK ;-)
Posted 5 months ago # -
Hey!
Glad that Nick could help you :)
Regards,
PeterPosted 5 months ago #
Topic Closed
This topic has been closed to new replies.














