Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43409
    CollegeCook
    Member

    Hello,

    I noticed this issue while viewing my site on mobile devices, then I tried to view the site on a computer in a smaller window and the same issue occurred.

    When there isn’t extra space in the window the content runs right along the edge of the window – making it both visually unappealing and somewhat difficult to read. Is there anyway I might be able to add in some padding or a border around the content to get around this?

    The website in question is thecollegecook.com

    #43417
    Sakin
    Keymaster

    @CollegeCook: Thanks for using Simple Catch Theme but this theme is not responsive devices for mobile. Only Simple Catch Pro is mobile responsive device. See the demo at http://catchthemes.com/demo/simplecatch-pro/

    About adding spaces, you can try adding following css in “Appearance => Theme Options => Custom CSS” box.

    div.layout-978 {
        padding-left: 20px;
        padding-right: 20px;
    }
    #43445
    CollegeCook
    Member

    That solves my issue! Thank you for the speedy reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Padding on sides of content’ is closed to new replies.