Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95602
    yoyo345
    Participant

    Hi,

    Can you tell me how I can centre the logo I’ve uploaded to my site? I’d also like the right align the primary menu as well?

    http://wherecaniseesanta.co.uk/

    #95621
    Mahesh
    Keymaster

    @yoyo345: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #masthead .wrapper {
        text-align: center;
    }
    
    #site-logo, #site-branding {
        float: none;
    }
    
    .nav-primary.search-enabled .menu {
        width: 92%;
        text-align: right;
    }
    
    .catchbase-nav-menu li, .sidebar-header-right .widget_nav_menu li {
        float: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Centre Logo’ is closed to new replies.