Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #830640

    I was given a solution a month back for having a logo in the center and then a phone number and email address underneath the logo. I have updated the theme and it has messed up the layout.. Now the phone/email is above the logo..

    This is the code given by Jorden

    @media only screen and (min-width: 767px) {

    .phone-info{
    position:relative!important;
    top:100px!important;
    }

    strong.logo{
    position: relative!important;
    top: -50px!important;
    overflow:visible!important;
    }

    #header_meta{
    z-index:1!important;
    }

    }

    I had a look at this post — http://kriesi.at/documentation/enfold/add-subtext-to-logo-replace-logo-with-site-title/ but it did not work

    Please help! The site is offline so I am sending my login details privately

    Thanks

    Jenzai

    #832549

    Hey jenzai,

    Sorry for the late reply. Your site is not loading on my end, but I think why the CSS is not working is because the tag for the logo change, please try this instead:

    @media only screen and (min-width: 767px) {
    .phone-info{
    position:relative!important;
    top:100px!important;
    }
    
    .logo{
    position: relative!important;
    top: -50px!important;
    overflow:visible!important;
    }
    
    #header_meta{
    z-index:1!important;
    }
    }

    Best regards,
    Rikard

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