Tagged: Logo Position
hello,
you gave me some custom css that worked fine for the desktop version. but on the smartphone, i still have the same problem, that the logo is not at the very left position. What should i do ? (i am not a coder, just a wordpress user)
thanx in advance KAROline
.container.av-logo-container {
padding-left: 0;
}
Hey karowebdesign,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header_main .container {
width: 100%;
max-width: 100%;
}}
Best regards,
Vinay
Hi vinay,
ok, it seems to work so far. at least i didn’t recognize any sideeffects yet.
thank you
i combined both statements one after the other in the general styling.
/*logo linksbuendig gem. kriesi */
.container.av-logo-container {
padding-left: 0;
}
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #header_main .container {
width: 100%;
max-width: 100%;
}}
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
we can close this one.
thank you very much.
Hi,
I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon