Centre align top menu bar logo

Home Forums Pro Support Centre align top menu bar logo

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69332
    Jay WarrenJay Warren
    Participant

    Hi! I’m trying to get top bar logo to be centered but am struggling. I can make it left or right but not in the centre!

    Site is here

    HOME

    Code I was trying is
    #responsive-menu-pro-header-bar-logo {
    float: centre;
    }

    #69333
    Kriti SharmaKriti Sharma
    Keymaster

    Hi Jay,

    Hope you are having a nice day!

    I tried to make the logo centred for the desktops.

    Here is the code:

    @media ( min-width: 1025px){
    #responsive-menu-pro-header-bar-items-container{
    display: block;
    margin: 0 auto !important;
    width: 50%;
    position: relative;
    }

    #responsive-menu-pro-header-bar-logo a img{
    position: absolute;
    left: 20%;
    right: 20%;
    margin-top: 2%;
    }
    }

    You need to tweak the styles according to different devices.

    Kind Regards,
    Kriti Sharma

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Centre align top menu bar logo’ is closed to new replies.