Amend Module Positions

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
Tue Dec 03, 2013 12:02 pm
Reply with quote
Report this post
Hi, I am using the Creativity template for a site I am building for a client. However, they have specified that they would like the logo and menu centred, with the logo above the menu.

How can I amend the Menu & Logo module positions accordingly?

Any assistance you can provide is much appreciated.

Thanks

Bob
User avatar
Junior Boarder

teitbite
Tue Dec 03, 2013 12:22 pm
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

GK User
Tue Dec 03, 2013 12:24 pm
Reply with quote
Report this post
Hi, thanks for your quick reply, I've literally just installed the quickstart version of the basic template, ready to begin modifying, so nothing changed from the default yet. Does that help?

Thanks

Bob
User avatar
Junior Boarder

GK User
Tue Dec 03, 2013 11:59 pm
Reply with quote
Report this post
Do you need any additional information from me? My request is based on the default menu and logo module positions from the original template.

Thanks

Bob
User avatar
Junior Boarder

teitbite
Thu Dec 05, 2013 8:56 am
Reply with quote
Report this post
Hi

No need to. Just wanted to know logo width but You can set it code. Please add this to override.css and rememer to alow using override in template settings.

Code: Select all
.gkLogo {
    float: none;
    margin: 0 auto;
    width: 100px; /* PUT YOUR LOGO WIDTH HERE */
}

#gkLogo.text {
    padding-right: 0;
}

#gkMainMenu {
    clear: both;
    float: none;
    text-align: center;
}

.gkMenu > ul {
    display: inline-table;
}
User avatar
Moderator

GK User
Thu Dec 05, 2013 2:56 pm
Reply with quote
Report this post
Thank you very much! That worked perfectly!

Cheers

Bob
User avatar
Junior Boarder

teitbite
Fri Dec 06, 2013 5:45 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron