Tagged: 

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

    Hello. Love your Theme!
    We added a new header and the spacing on the top dissappeared. It used to have white space between the top and bottom.
    http://chicagoweddingblog.com/

    Please advise.

    Kind regards.

    #237854

    correction…we added a new logo.

    #238845

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div .logo {
    top: 20px;
    }

    Regards,
    Yigit

    #238869

    Hi Yigit. Strange…it did not work. Below is all the code in my quick css.
    Just trying to get our logo to have a little white space on top.

    @media only screen and (max-width: 767px){
    .responsive .mobile_slide_out .logo img {
    width: 80%;
    height: auto !important;
    padding-top: 15px;
    }
    }.single-post .big-preview.single-big { display: none; }
    div .logo {
    top: 20px;
    }

    #238876

    Hey!

    Please try following one instead

    div .logo {
    top: 20px !important;
    }
    .header-scrolled .logo {
    top: 0px !important;
    }

    Regards,
    Yigit

    #238885

    Booyah! Thank you.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header’ is closed to new replies.