-
AuthorPosts
-
December 29th, 2016 at 08:31 #41550
We are using a few plugins on this podcast site. The problem we’re having is placement of the menu (hamburger) on mobile. I need to shift it down about 20’ish pixels so the Ultimate Social Media PLUS button will not appear over the menu.
I need menu or header to go down so button fit above menu (hamburger). I’m fine if that forced the desktop version to shift down also. I can adjust other things to make it look nice.
Thanks for any help.
Website: deeperpodcast.com
December 29th, 2016 at 10:46 #41552Zed
Cryout Creations mastermindTry this CSS:
@media (max-width: 640px) { #header { padding-top: 40px; } #nav-toggle { top: 40px; } }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 29th, 2016 at 17:21 #41558Zed,
That was a no go.I put your suggestion in the custom CSS area. No change. I even tried increasing the “#header { padding-top:” to 80px.
Still no change.I’m leaving the custom CSS in place, in case you want to take a look.
Any other suggestions?
Website: deeperpodcast.com
January 2nd, 2017 at 12:30 #41642Zed
Cryout Creations mastermindI cannot locate the custom CSS in the source of your website. Make sure it is saved/included.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 5th, 2017 at 22:48 #41743I fixed the Custom CSS….it did move the logo down….but NOT the menu hamburger.
Take a look now. Thanks.Website: deeperpodcast.com
January 7th, 2017 at 16:12 #41805Zed
Cryout Creations mastermindChange that to
body #nav-toggle { top: 40px; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.January 22nd, 2017 at 06:45 #42122That did it….Thanks!
-
AuthorPosts
The topic ‘Need to move headder down on mobile’ is closed to new replies.