Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13858
    SEOmama
    Member

    Hi, using the Simple Catch free theme and really like it. Is it possible to increase the maximum width of an image in the content area of a page, for the no sidebar layout?

    I am currently trying to use a wide image at top of page (http://beachbirthdayparty.com/contact/) to look like a sort of header – I want the image to be same width as the menu bar (page layout is no sidebar). The image is sized at 978px wide, and I already added the below custom css to increase the content area width for no sidebar to 978px, thinking that was the issue, but the image is still not as wide as it needs to be, it seems that it’s being reduced. Is there a simple CSS code change that will fix?

    .no-sidebar #primary {
    width: 978px;
    }

    I’m currently using a Child theme I created based on Simple Catch theme. Also still newbie learning at CSS if you haven’t noticed 🙂

    I thought maybe I need to adjust a max-width img property somewhere (?), but couldn’t find any CSS code for max-width in the Simple Catch stylesheet, atleast not in the content-side-bar.php, or content.php. But not even sure if that’s the CSS code I should be looking for or need to change?

    #13862
    Sakin
    Keymaster

    @SEOmama: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #main #content img {
        max-width: 978px;
    }
    #13863
    SEOmama
    Member

    Yay, that worked beautifully! Thank you Sakin! And thank you so much for the awesome theme and super fast response! The support for Catch Themes and Simple Catch is really great! I’ve been able to make so many changes I needed from reading previous support posts and all of your detailed responses 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Increase Max Width of Page Content Area Image on No Sidebar Layout?’ is closed to new replies.