How would I go about moving the navigation below the slideshow?
Also, how would I move the social media icons that appear in the navigation section?
Any help would be appreciated.
(3 posts)
(2 voices)
How would I go about moving the navigation below the slideshow?
Also, how would I move the social media icons that appear in the navigation section?
Any help would be appreciated.
Hello eldread,
You can move the navigation around by navigating to Dashboard -> your theme -> General Settings -> Custom CSS and add this line,
.is_home #primary_menu { position: absolute; top: 0px; left: 0px; }
And then play around with the top and left values. Though it's probably going to take a little more work than that.
As for the social icons you can move them around with this,
.header_social { position: absolute; top: 0px; left: 0px; }
Thanks, Elliot!!
You must log in to post.