Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #777159
    #777164

    Hello,

    try again to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.

    strong.logo {
        position: relative;
        top: 19px;
    }

    Thank you

    #777166

    The only probilem with this approach is that if you scroll the page, the logo will be still pushed by the top: 19px;

    #777182

    Hello,

    best solutions is to make a logo with that dimensions (Logo Dimension: 340px * 156px). You can enter a canvas around the logo and save as png in that dimensions. See that link

    Upload logo and on Size (you can find that on botttom right at page) select Full Size: 340 x 156.

    Now your logo align vertically on center and when you scroll down on page the logo on nav menu has decrease dimensions(weight – height).

    Thank you

    #777502

    Hi localizationguru,

    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

    
    .header_color img {
    	margin-top: 7%;
    }
    #header.header_color.header-scrolled img {
    	margin-top: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #777539

    Thanks for your help! I fixed it and switch shrinking off.

    #777557

    Hi,

    Glad we could help! Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

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