Hi everyone!
I am trying to set a fixed width 900px for my new 2-column lucid template, clean install.
Adding
width: 900px; to
page-container CSS did nothing
I tried to change width in both header and footer CSS from 100% to 900px, it adjusted their width correctly, however central part is still too wide.
Then I checked
left-bar CSS and noticed it has a width set as 160px, however in reality it comes out at around 200px. I tried changing its width to something else yet it still stays at 200px
Anyone encountered similar obstacle?