New Landing How can we help? Atelier Post pages- unwanted changing format width

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #172555
    Carol
    Member
    Post count: 73

    Please advise as to how I may keep the full width format of pages in all post pages. I have gone through all the meta and page styling and cannot find the difference in one page, which looks fine, and a new page, which displays in an unwanted boxed format.

    Will provide specific urls in next private post.

    thanks

    #172557
    Carol
    Member
    Post count: 73
    This reply has been marked as private.
    #172691
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    When you don’t use a sidebar on a post, it is narrowed and centred. A a full width post isn’t ideal design wise at 1200px.

    You can either override the classes with the filter we’ve provided:

    $content_wrap_class = apply_filters( 'sf_post_content_wrap_class_nosidebar', 'col-sm-8 col-sm-offset-2' );

    or this custom css:

    .content-wrap.col-sm-8.col-sm-offset-2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    }

    – Kyle

    #172838
    Carol
    Member
    Post count: 73

    OK I moved the widget out of the swift page builder into a sidebar and went with that.
    thanks

    #172840
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register