Is this possible with css?
Hey OblakJ,
I’m not sure what you want to achieve a screenshot or an example might give us a hint. Try checking out Enfold > Header > Menu and Logo Position and check the available options.
Best regards,
Nikko
I would like to achieve this
Here you go.
Hi!
Please set the Header > Header Layout > Menu and Logo Position settings to Logo left, Menu right and then add this css code.
.html_header_top #top .main_menu {
right: auto;
left: 120px;
}
Adjust the value of the left property to correspond with the width of the logo.
Cheers!
Ismael
This doesn’t solve the problem see menu at link (credentials are in my second post)
Hi,
I changed the code to following one
.html_header_top #top .main_menu {
right: auto;
left: 30%;
}
Please review your website and adjust the code in Appearance > Editor > Style.css if needed.
Best regards,
Yigit
I still have problem with logo align. It is not in a container.
Hi,
Can you please post a screenshot and show the changes you would like to make?
Your logo is in the container as you can see in the screenshot i posted in private content field
Best regards,
Yigit
Logo should be right next to the menu, on the left.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (min-width: 1024px) {
div .logo {
left: 10%;
}}
Best regards,
Yigit
It is better but this is still not the solution which is on webpage, posted in private content
Hi!
We modified the header settings and added our previous css suggestions. Please remove browser cache or hard refresh before checking the page.
Regards,
Ismael