Hello,
I have installed your child theme (http://sevenspark.com/docs/ubermenu-3/theme-integration/enfold) and imported all parent theme settings. Now I have only one problem:
Our Logo is not more at the right place. It is too far to the left. In the mobile version, logo is at the correct place but with full browser it is too far left.
I tried with this solutions: https://kriesi.at/support/topic/logo-position-3/
But than in the mobile version logo is too far to the right…
This is our Website: http://www.outsourcing4work.de/
Thanks for your help.
Hi narif,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 1000px) {
div .logo {
left: 50px !important;
}
}
Best regards,
Rikard
Hi,
it works.
Thanks