Adjust Top Menu to Hold Two Modules Side by Side

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Apr 14, 2013 4:07 pm
Reply with quote
Report this post
I would like to adjust the Top Menu Position to Hold 2 Modules Side by Side. A menu with only two links and then next to it to the right a social icon module that holds three small icons. When I do this, the second module gets positioned under the first. How can I make this adjustment, please?

Here is the current configuration. I do not need the Search module.
User avatar
Fresh Boarder

Konrad M
Mon Apr 15, 2013 8:18 am
Reply with quote
Report this post
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Mon Apr 15, 2013 12:12 pm
Reply with quote
Report this post
Konrad M wrote:Hi,
can you give us url to your site? It will be much easier to help you.


I'm sorry, I meant to include it http://www.ecreditamerica.com
User avatar
Fresh Boarder

Konrad M
Mon Apr 15, 2013 12:25 pm
Reply with quote
Report this post
Please try add this to override.css
Code: Select all
#gkTopMenu {
width:20%;
}
#gkTopMenu ul.nav.menu {
float:left;
width:48%;
}
#gkTopMenu .itp-socialbuttons-mod {
float:left;
width:52%;
clear:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Apr 15, 2013 3:20 pm
Reply with quote
Report this post
Thank you Konrad. That worked perfedtly.
User avatar
Fresh Boarder


cron