• anaclaramartinezramos

    (@anaclaramartinezramos)


    hi, I would like the mobile version of the theme not to scroll. I don’t know how to minimize the unused part that is in the bottom of the page. Also the background image won’t even load right in the bottom of the page that you need to scroll to view. I hid the credits because I thought that could help but it didn’t. Can someone help me?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, when I visit your site on mobile, I’m not seeing any unused portion at the bottom of the page, and only the smallest amount of scroll to view the footer credits. There are a number of things contributing to this. Add this custom CSS and it should take care of the issue on your main page for you.

    #colophon {
    	display: none;
    }
    .entry-footer {
    	padding: 0;
    }
    .home .pique-panel-content {
    	padding-bottom: 0;
    }
    .home #wpforms-7 {
    	margin-bottom: 0
    }
Viewing 1 replies (of 1 total)
  • The topic ‘I don’t want scroll in mobile’ is closed to new replies.