Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #948834

    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;
    }

    #948869

    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

    #949051

    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%;
    }}

    #949787

    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

    #978172

    we can close this one.
    thank you very much.

    #978175

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo position to the very left’ is closed to new replies.