Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #108147
    bowloftreat
    Participant

    Can anyone tell me about the width of the main content area? – So that I can use the maximum width image for the content area. Thanks.

    #108150
    Mahesh
    Keymaster

    @bowloftreat: Full width feature is available in Catch Responsive Pro. I recommend you to upgrade to Pro. If you want to make full width in free version, can be done with Custom CSS. I can help you with this. Please post in your site url.

    Regards,
    Mahesh

    #109465
    [email protected]
    Participant

    Hi Mahesh..please help me with increasing the width of my web page. My URL is http://www.wastenvironment.com
    I have been at it for a few days…

    Thanks
    Kaushik

    #109732
    alvarez.fan
    Participant

    Hi, I have the same difficultie with “Clean Box”. Would it is be possible for you to help me for hypself.org?
    Many thanks
    Fanny Loryce

    #110364
    Mahesh
    Keymaster

    @wastenvironmentwebsitegmail-com: Go to Dashboard=> Appearance=> Customzie=> Additional CSS box and add the following CSS:

    .wrapper {
        margin: 0 50px;
        width: auto;
    }


    @alvarez-fan
    : I recommend you to upgrade to Pro version of full-width content option. If you want it in the current theme you can use the CSS instead. Go to Dashboard=> Appearance=> Customzie=> Additional CSS box and add the following CSS:

    .no-sidebar.content-width #main {
        width: 100%;
    }

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Width of the Main Content Area’ is closed to new replies.