Forums
Home / Theme: Pinnacle / Sidebar Width
(@avalpert)
9 years, 10 months ago
Can I use CSS to change the width of sidebars?
(@britner)
Sure, you want it smaller or larger?
here is larger:
@media (min-width: 1200px) { #content .main.col-lg-9 {width: 70%;} #content aside.col-lg-3 {width: 30%;} }
Kadence Themes
Thanks
(@born61)
9 years, 7 months ago
well i add your code @media (min-width: 1200px) { #content .main.col-lg-9 {width: 70%;} #content aside.col-lg-3 {width: 30%;} }
can i now move elements to right?
What elements? Can you post in your own topic and not a resolved one?
Thanks.