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

    Hi Guys. my client want to move the logo a little more to the left on MOBILE. I searched and created and a few options. I added this on my Styling but it is not moving more left. Could be that is all that I can ? or is there any other trick to try.

    Code:

    @media only screen and (max-width:767px) {
    .logo {
    left: 0!important;
    width: auto!important;
    }}

    Web: http://c2350005.ferozo.com/

    #1333070

    Hey aruizhuidobro,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #top .logo.avia-standard-logo {
        padding-left: 0;
    }
    }

    Best regards,
    Rikard

    #1333156

    Hi Rikard, still not working. Do I need to have something like this also ?

    #top .avia-logo-element-container .slide-entry {
    padding-left: 0;
    }

    #1333201

    Hi,

    It works when I check in the browser, what exactly are you looking to achieve?

    Best regards,
    Rikard

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