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

    I would like to have the logo in the center and the phone and email underneath this. Is this possible and easy to do, I just can’t work this out.

    Thankyou

    #787430

    Hey jenzai,

    Please provide a link to the site so we can see the relevant css that we would need to possibly work this out for you.

    Best regards,
    Jordan Shannon

    #806841

    Sorry, I thought I had given you the details

    http://j-uk-golf.co.uk/

    #806947

    Hi,

    Add the following to quick css:

         @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;
    }
    
    
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

    #806972

    Sorry, I have just noticed that when it becomes responsive the want the logo at the top and the number underneath it next to the navigation..

    Regards

    Jenzai

    • This reply was modified 6 years, 9 months ago by jenzai.
    #807065

    Hi,

    Great! If you need additional help, please let us know here the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Have the logo in the center and the phone info underneath’ is closed to new replies.