Tagged: CSS, header, logo, menu, reposition
I currently have the Logo and Menu centered in the header of my Enfold site. I would like to be able to shift this to the logo on left, menu on right on specific sub-pages but have not been able to identify CSS to accomplish this. Is it possible?
Thanks in advance.
Hey themeforesttony,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Link listed below. Thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.page-id-59 #header_main_alternate {
margin-top: -50px;
}
.page-id-59 #avia-menu {
float: right;
}
.html_header_top.html_logo_center .page-id-59 .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
You should simply replace page ID :)
Best regards,
Yigit
Thank you sire. That will work.
Hi,
Glad we could help :)
Best regards,
Nikko