Tagged: logo center
Hi,
i want to center the top logo (.logo) but it is not working as i want it.
what ist the best way?
Shall we ask the glass sphere? no joking aside.
Is there a link in private content area? i would like to help you – but without link only mods could help you here (if there is a link in private area)
To help needs more input – and always best is a link
Hi Mauricio,
I see the logo in the center. Did you get it working for you?
Best regards,
Victoria
Yes, but it is in % and not working well on mobll devices!
Mauricio
Hi Mauricio,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) {
#top div .logo {
left: 23%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria