Hello,
I´d like to place the logo on the very right side of the menu bar at mobile devices. I’ve already looked for similar inquiries but couldn’t find the right one. Please let me know the code that I can put into the quick css field to fix this issue.
Thank you very much in advance.
fkm
Hey FKMZ2,
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: 479px) {
.responsive #top .logo {
padding-left: 90px;
}
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
.responsive #top .logo {
padding-left: 290px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Good morning, Victoria.
Works – thank you very much.
Best regards,
FKM
Hi fkm,
Glad we could help ;)
If you need further assistance please let us know.
Best regards,
Victoria