• Resolved ladin

    (@ladin)


    Please, how to center logo on website ? Only logo, not menu, text…etc.
    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter ladin

    (@ladin)

    Hi, I have solved it by this below into custom CSS:

    #siteinfo {width:100%;float:left;text-align:center;}
    #siteinfo img {float:none !important;}

    Thread Starter ladin

    (@ladin)

    Sorry, it doesn’t work above…another idea how to center logo ? Thank you very much.
    Ladin

    Theme Author Richie KS

    (@rkcorp)

    try add

    #siteinfo img {
    display:block;
    margin:0 auto;
    }
    Thread Starter ladin

    (@ladin)

    It doesn’t work… but this works:

    }
    @media only screen and (min-width:300px) and (max-width:770px){
    #top-navigation .search-form {margin: 0;width: 96%;padding: 2%;float: left;}
    }
    #siteinfo {width:100%;float:left;text-align:center;}
    #siteinfo img {float:none !important;}

    thanks

    jdpierce21

    (@jdpierce21)

    @rkcorp

    That worked for me! Thanks!

    Hello! Would this also work with the Rockfolio theme?

    Thank you!

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