This topic has 6 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
I can’t figure out how to swap the location of the logo and menu on the home page header. See the following screenshot to see the two parts that I want swapped.
I need the menu to be aligned left and the logo to be centre aligned.
All help much appreciated.
Hi Robert,
That is only for the home page because I hid the logo for that page alone with CSS. The other pages are the ones I want to change.
Hello,
Try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.header-logo {
float: right;
}
.tbs {
float: left;
}
Regards,
Eva Kemp.
Hi Eva,
This has done the task for the page links (.tbs element) but the header logo needs to be aligned to center, not to the right. This is important to look right as it will be shown on all pages. All help much appreciated!
Hello,
Also try this code.
.header-logo{
margin-right: 308px;
}
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up