Columner V2 - Header Logo on the left instead of the right

fdooli / 2013-05-04 05:46:35   

Does anyone out there know how to put the heading/pre-nav content on the left of the page with the index menu after it?

arsondpi / 2013-05-04 08:12:49   

Edit the style.css of the columner theme - find line 47 and change it to

  1. #index .top-section {
  2.     float: left;
  3.     padding-right: 40px;
  4.     z-index: 1;
  5. }

Check if this works.

fdooli / 2013-05-04 18:13:58   

I just inserted the code and the pre-nav/logo is still in the same position / on the right side, unfortunately :/

arsondpi / 2013-05-04 19:21:24   

Can you post a url? It's hard to tell what's going on by guessing... :-)

fdooli / 2013-05-04 20:59:17   

Wait! OMG, I just refreshed and it worked! I guess it just takes a little while to process.

Thank you so much!!!!

This thread has been closed, thank you.