Venture Theme
-
How can i move my logo to the right side and move the menu/pages bar to the top left instead of right.
The blog I need help with is: (visible only to logged in users)
-
Hi there, give this a try and see what you think.
@media screen and (min-width: 768px) { .site-branding { float: right !important; } .header-links { float: left !important; } #masthead .header-menu::before { visibility: visible; } }
- The topic ‘Venture Theme’ is closed to new replies.