Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1259646

    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

    #1259731

    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

    #1260301

    Good morning, Victoria.

    Works – thank you very much.

    Best regards,
    FKM

    #1260415

    Hi fkm,

    Glad we could help ;)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.