-
AuthorPosts
-
October 9, 2014 at 2:42 pm #122535
Greetings, I have a black bar at the top of the mobile version of my site, please help me remove it.
Website URL: http://2e3.59b.myftpupload.com
Mobile Screenshot
Thank you,
MorganOctober 9, 2014 at 2:44 pm #122537October 9, 2014 at 4:35 pm #122605Hi There,
The Black section at the top is a wordpress toolbar.
You can hide it on mobile by adding this code below in Customizer > Custom > CSS
@media screen and (max-width: 782px) html.js { margin-top: 0 !important; } #wpadminbar { display: none; } }
Cheers
October 9, 2014 at 7:53 pm #122676Thank you, that removed the black bar but now there is just a blank space where the bar used to be between the top of the page and the top of the revolution slider.
How can I adjust it to where the top of the slider is at the very top of the page. Thank you for your help.
Best,
MorganOctober 24, 2014 at 11:56 am #131627Hi Morgan,
Our apologies…this thread was somehow missed by our forum interface to respond to. I see that we are helping you with the same question on a different thread, so we’ll be happy to continue the assistance there.
Cheers!
-
AuthorPosts