Home Forums Theme support Caboom full width page

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hello, I purchased the caboom theme not long ago and am really impressed by the versatility and depth of customization. One thing i have not been able to accomplish is making a page full width with no padding on each side of the main column.

    http://impulseenergysolutions.com/?page_id=40

    That is one of the pages i am having trouble with as you can see my iframe is cut off.

    None of the custome page templates work, nor any options i have discovered in theme settings. Please help.

    Hi,

    you can fix this with some css code. Please go to WordPress admin -> Appearance -> theme options -> general -> extra css content and add this:

    .page-id-40 .mainsection .inner, .page-id-40 .mainsection .inner #page-sidebar-no-sidebar {
    padding: 0;
    width: 100% !important;
    }

    Normally this code should solve the problem.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.