Tagged: 

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

    Hi,

    My menu setting is “Logo Left, Menu Right – sticky – no shrink”, and I would like my logo width to be 500px instead of 340px?
    Could you help me with soma quick css lines?

    Thx!

    #262121

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #262124

    Hi Josue,
    due to some server issues, its not accesible for the moment… trying to solve that.

    Can you give me any quick css that would generally work?

    #262125

    Try:

    .logo {
    left: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    }
    

    Regards,
    Josue

    #262603
    This reply has been marked as private.
    #262612

    Hey!

    Try adding this code to the Quick CSS:

    .logo, .logo img {
        height: 156px !important;
    }
    .logo{
        top:-35px;
    }

    Cheers! 
    Josue

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