Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86828
    husker
    Participant

    which code do I need to adjust to reduce the amount of Gray border background and have a little more white space.

    Brian

    #86840
    Pratik
    Participant

    Hi @Brian,

    Assuming http://bayareahuskers.org/wp/ to be your site, can you post in with a reference to a screenshot for where you want the above adjustments?

    Regards,
    Pratik

    #86849
    husker
    Participant

    Hello,

    http://bayareahuskers.org/wp/

    The left and right gray area like on the home page. Can one have a slightly larger white main area and less left background on left and right? It would help across all devices.

    Brian

    #86877
    Pratik
    Participant

    Hi @Brian,

    If you mean to make the site full width by eliminating the left and right margins, and make it stick across all devices, you will need to hire a customizer. However, you can use following CSS code too, but it might fail on some devices as this theme is not built to be full-width theme.

    
    .site,
    #header-featured-image .wp-post-image {
        width: 100%;
    }
    

    Another option would be to use a different theme that is built to be full-width, like Full Frame, Clean Journal, etc.

    Regards,
    Pratik

    #86895
    husker
    Participant

    Hi again Pratik,

    This was more of an issue until i was able to get the 3 featured content to display correctly for my 3 columns and going to single column on Ipad Portrait and Iphone in all modes.

    Thank you and i will do an excellent review for all the work you guys do and provide.

    #86940
    Pratik
    Participant

    Hi Brian,

    Is the issue solved?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘More White Space’ is closed to new replies.