• Resolved Maribor

    (@maribor)


    Hello,

    I’m using standard MesoColumn Theme. I have a little problem with moving LOGO and MENU (top-navigation) to the center of the site. I’ve tried few combinantions including text-align:center, float:none, at it just seem not to work.

    My Theme isn’t customize in any way, i’ve only installed WooCommerce for testing.

    Would very apprieciate any help in moving Menu to center (To be precise – text in menu to center) and logo to the center also.

    Thank You

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    try add this to theme option->custom css

    #top-navigation {width:500px;height:60px;float:none !important;margin:0 auto;}
    #siteinfo (width:100%;float:left;text-align:center;}
    #siteinfo img (float:none !important;}

    Richie KS,

    Thank you for this great theme! It integrates wonderfully well with BuddyPress.

    In order to center site for client, I added this to theme option->custom css

    #top-navigation {width:800px;height:45px;float:none !important;margin:0 auto;}
    #main-navigation {width:800px;height:45px;float:none !important;margin:0 auto;}
    #siteinfo {width:100%;float:left;text-align:center;}
    #siteinfo img {float:none !important;}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo and Menu Center’ is closed to new replies.