Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #59504
    heywatchit
    Member

    When viewed on a mobile device such as a small 7 inch Windows tablet the amount of copy that covers the slider image completely covers the image. Is there any way to adjust how much copy is pulled from the page?

    #59522
    Sakin
    Keymaster

    @heywatchit: Sorry I don’t get it what you mean by the amount of copy. Can you explain in reference with your site URL so that I can check in what you mean.

    #59545
    heywatchit
    Member

    I can’t send a link to the site as it is not live yet. I uploaded a picture here: https://dl.dropboxusercontent.com/u/18268731/File%20Jun%2014%2C%2010%2059%2004%20AM.jpeg

    #59556
    Sakin
    Keymaster

    @heywatchit: You can reduce the amount of excerpt text from “Appearance => Customize => Theme Options => Excerpt Options”. But it will be better if you disable that content in mobile version and just show title. For that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
        #feature-slider .entry-content { display: none; }
    }
    #60652
    heywatchit
    Member

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Reduce amount of slider copy’ is closed to new replies.