StyledThemes

white space under header slide show on mobile

Home Forums WordPress Themes – Premium Sleeky Pro white space under header slide show on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13561
    Phil
    Participant

    Hi,
    Is it possible to reduce the amount of white space that appears under the slide show on a mobile?

    This is the website (view on mobile to see the issue) I only need a fix for the home page

    http://www.toursofcornwall.co.uk/

    #13560
    Binaya D
    Participant

    Hi Phil,

    Please use the following css to fix your issue;

    @media only screen and (max-width: 768px) {
    	.sleeky_widget_top {
    		margin-top: -40px;
    	}
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    And it seems like you are using an outdated version of the theme, so we request you to update the theme to the latest version.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.