Storebox Logo

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Sat Sep 21, 2013 1:57 am
Hi, I'm trying to get the logo positioned right but can't get the CSS right. I've tried playing with the setting that I've used on another theme in the overide.css but it didn't work.

I'm trying to position the logo in the top left and then have the search and top menu positioned in line with the vertical center of the logo. Ideally, I want the logo as far to the top as possible so the header isn't taking up too much space.

http://www.getlostcamping.com.au

Thanks any help :)
User avatar
Fresh Boarder

GK User
Sat Sep 21, 2013 9:27 am
Please try with this css:
Code: Select all
#gk-head h2 {float: left;}
#gk-head #main-menu {clear: none; margin-left: 20px;}
User avatar
Moderator

GK User
Sun Sep 22, 2013 1:51 am
Thanks. Is it possible to move the logo and main menu up a little too?
User avatar
Fresh Boarder

GK User
Sun Sep 22, 2013 3:30 pm
Sure:
Code: Select all
#gk-head {padding-top: 20px;}


It will reduce top padding.
User avatar
Moderator

GK User
Sun Sep 22, 2013 3:42 pm
That works...but now the other parts of the header are pushed down. Changing the order of the css in the overide.css file doesn't fix it either. Any suggestions?
User avatar
Fresh Boarder

GK User
Sun Sep 22, 2013 4:01 pm
Ok, remove last change and test this:
Code: Select all
#gk-head h2 {float: left !important;}
#gk-head #search-2 {height: 20px !important;}
#gk-head #main-menu {margin-left: 20px !important;}
User avatar
Moderator

GK User
Sun Sep 22, 2013 5:01 pm
Ok, I had to play around a little but have it looking better based on what you said to try. Do think it looks ok now or what other changes do you recommend?

The code being used at the moment is:
Code: Select all
#gk-head h2 {float: left;}
#gk-head #main-menu {clear: none; margin-left: 20px;}
#gk-head h2 {float: left !important;}
#gk-head #search-2 {height: 35px !important;}
#gk-head #main-menu {margin-left: 20px !important;}
#gk-head {padding-top: 20px;}
User avatar
Fresh Boarder

GK User
Mon Sep 23, 2013 3:04 pm
Well, I would move main menu to right side, but that is just my taste ;).
User avatar
Moderator

GK User
Mon Sep 23, 2013 6:15 pm
I've moved it to the right, is that what you mean?

Please feel free to suggest whatever changes based on what you think will look good :)

The code at the moment is:

Code: Select all
#gk-head h2 {float: left;}
#gk-head #main-menu {float: right; clear: none; margin-left: 20px;}
#gk-head h2 {float: left !important;}
#gk-head #search-2 {height: 35px !important;}
#gk-head #main-menu {margin-left: 20px !important;}
#gk-head {padding-top: 20px;}
User avatar
Fresh Boarder

GK User
Mon Sep 23, 2013 9:11 pm
Well, a little bit to the left so right side of menu align with right side of "user menu" - contact Us link.
The rest looks fine to me.
User avatar
Moderator

GK User
Mon Sep 23, 2013 9:12 pm
Perhaps reducing bottom spacing:
Code: Select all
#gk-bottom1 {padding-bottom: 20px;}

would save some space also.
User avatar
Moderator

GK User
Tue Sep 24, 2013 1:23 am
I couldn't quite get the menu's to line up but overall your suggestions make it look better. Thanks for all your help :)
User avatar
Fresh Boarder

GK User
Tue Sep 24, 2013 7:19 am
Instead of moving main menu to the right, what is problematic (it is aligned to right side of parent element, You can move user menu to the left:
Code: Select all
#top-menu {margin-right: 6px;}
User avatar
Moderator


cron