How can I get the sidebar links to have 1 column instead of 2?
Right now my "Oahu Hikes" have 2 columns, I'd like to make it 1
Thanks again,
M
How can I get the sidebar links to have 1 column instead of 2?
Right now my "Oahu Hikes" have 2 columns, I'd like to make it 1
Thanks again,
M
Certainly, just edit line 518 of style.css (wp-content/themes/habitat)
width:50%;
Change the width to 100%
width:100%;
Should work great. You might want to double check other pages to make sure it doesn't effect those in a way you don't want.
Thanks Noah!
You must log in to post.