Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #775728
    Sten Rauch
    Guest

    Hi,

    I just bought your Enfold Theme and I have a quick question. I want to use on of your demo designs and I would like to change the size of the logo. (www.tra-vel.de)

    How can I change the size so that the logo does not have that much space to all boarders?

    Thanks for your help in advance! :)

    Best regards,
    Sten

    #775729

    Hey Sten Rauch,

    You can adjust the logo size using the following in quick css:

    strong.logo {
    width: 800px!important;
    }

    Adjust the width to what you need.

    Best regards,
    Jordan Shannon

    #775842
    Sten Rauch
    Guest

    Thanks! is it also possible to change the position a bit in terms of bringing it more to the left side of the border?

    #775844
    Sten Rauch
    Guest

    and also to the top… sorry for all those questions :)

    #776007

    Hey!

    Please remove following code

    strong.logo {
        width: 340px!important;
    }

    and add following instead

    .html_header_sidebar .logo {
        padding: 20px;
    }

    Regards,
    Yigit

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