Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19683

    I am using the free Catchbox theme right now and would like to know if the pro version allows for full width of the screen, without messing up the responsive aspects of the theme design.

    #19689
    Sakin
    Keymaster

    @corinnecollins.com: Yes it allows. You can see the Theme Details at Theme Instruction page at http://catchthemes.com/theme-instructions/catch-box-pro and also the demo at http://catchthemes.com/demo/catchbox-pro/

    #19697

    Hi Sakin,

    I saw the option for full width no sidebar, I guess I wasn’t explicit enough. Is it possible to make it fluid rather than fixed? I really like the catchbox theme and hope the responsive design will allow this. My client wants it full width of screen.

    #19700
    Sakin
    Keymaster

    @corinnecollins.com: I don’t get it what you mean. Can you explain with your site URL or screenshot.

    #19702

    Here is the site URL http://www.tomnehl.com/, notice at this time the page header and content take up a fixed width on the screen and there is a grey background on either side. I’d like to be able to have the page header and content as wide as the screen or at least 90% width of the screen, with little to no background on either side. Sorry I wasn’t more specific. Does this make more sense to you?

    webmiss

    #19707
    Sakin
    Keymaster

    @corinnecollins.com: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #page { max-width: 90%; }

    #19709

    Awesome! Thank you. I should have thought of that, but been working on so many things related to this one site, I didn’t even think about that css tag and selector.

    #47592
    lukva
    Member

    I want this too, but this is not working:
    http://edubit.be/wp/?page_id=2509

    I have too much space at left and rigth?
    thanks
    luk

    #47622
    Sakin
    Keymaster

    @lukva: Your css should be as below:

    .no-sidebar.full-width #page {
        max-width: 90%;
        width: 100%;
    }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Does Pro Theme Allow For Full Screen Display?’ is closed to new replies.