New Landing How can we help? Atelier Single post content gets narrow & centered when no sidebar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #168630
    tasoskouk
    Member
    Post count: 148

    Hello Ed & team!

    this is it: Single post content gets narrow & centered when no sidebar
    it happens to posts – pages are ok
    post/page type is standard

    cannot send url as it is not public – plz check screenshot

    Thx!

    Attachments:
    You must be logged in to view attached files.
    #168632
    tasoskouk
    Member
    Post count: 148

    attached the 2nd screenshot of the same post – this time the post is having a sidebar…

    am i missing sthing?

    ๐Ÿ˜‰

    Attachments:
    You must be logged in to view attached files.
    #168646
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes we do that on purpose, it’s part of the design

    – Kyle

    #168692
    tasoskouk
    Member
    Post count: 148

    ok,

    then can u please send a custom css script to make single post same as the single page ie. left aligned + full width?

    thx

    #168732
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Tasos,

    This is by design as Kyle said. 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%;
    }

    – Ed

    #168735
    tasoskouk
    Member
    Post count: 148

    Thx so much!

    Will check it and apply if meets all criteria ๐Ÿ˜‰

    Initially it looks just nice… similar to any “normal” page/post with left aligned content

    Cheers, Tasos

    #168766
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 7 posts - 1 through 7 (of 7 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