Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #103854
    becky2911
    Participant

    Hi all,

    Here is my website: http://www.hartleyswines.com/

    I’m trying to get the home page image featured at the bottom of that page (entitled hartleys) to fit the full width of the content box at 1200px width but can’t seem to figure out how. Any help would be much appreciated!! Thank you.

    #103886
    Mahesh
    Keymaster

    @becky2911: Catch Responsive is a boxed layout theme and the max-width is 1200px (problem you are facing). I recommend you to try out the full-width themes instead e.g Full Frame https://catchthemes.com/demo/full-frame/
    But if you want to have it anyway in the current theme, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #103938
    becky2911
    Participant

    Hi Mahesh,

    Thanks for replying. I don’t want the image to be any wider than 1200px I actually want it to be that exact width so it fits the boxed layout width, or at least close to that width so the bottom banner isn’t tiny. Is this not possible?

    #104056
    Mahesh
    Keymaster

    @becky291: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content .wrapper {
        padding: 20px 0;
    }
    
    .home.no-sidebar.content-width #main {
    	width: 100%;
    }
    
    .home .post-4.page.type-page.status-publish.hentry {
    	padding: 0;
    }

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home page featured image to fit full width of site??’ is closed to new replies.