- This topic has 1 reply, 2 voices, and was last updated 7 years, 1 month ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- November 30, 2016 at 10:27 am #1251ronahollaaParticipant
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.
December 5, 2016 at 10:10 pm #1301HashKeymasterHere 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; }
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.