Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #122535

    drplasticine
    Participant

    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,
    Morgan

    #122537

    drplasticine
    Participant

    #122605

    Kosher K
    Member

    Hi 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

    #122676

    drplasticine
    Participant

    Thank 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,
    Morgan

    #131627

    Kory
    Keymaster

    Hi 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!