Home Forums Square Removing the Tagline and Centering tabs?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1251
    ronahollaa
    Participant

    I’d like to remove the optional Tagline or Logo and move the tabs either center or spread across the width of the page. I can kind of understand basic CSS so any kind of response will help thanks.

    #1301
    Hash
    Keymaster

    Here is the CSS

    
    #sq-site-branding{
    display:none;
    }
    
    #sq-site-navigation{
    width: 100%;
    }
    
    .sq-main-navigation .sq-menu{
    float:none;
    text-align:center;
    }
    
    .sq-main-navigation li {
        float: none;
        display: inline-block;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.