New Landing How can we help? Cardinal Post Media Display > Standard (above content) vs Full Width

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Cardinal
  • #185229
    manofmany
    Member
    Post count: 91

    Hi,

    The width of my site is set to 1050px and full width (rather than boxed). When changing the setting for Media Display in Post Meta to Standard (above content), it still shows as full width rather than being contained with 1050px. The Full Width setting works fine as expected.

    Here is an example where the Media Display is set to Standard (above content) but it displays as full width: http://manofmany.com/fashion/versatile-style-selections-from-glue-store/

    Any advice on how to fix this with css in the child theme perhaps?

    Kind regards,
    Scott

    #185255
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .single-post figure.media-wrap {
        max-width: 1050px;
        margin: 0px auto !important;
    }

    Thanks
    Mohammad

    #185273
    manofmany
    Member
    Post count: 91

    Thanks Mohammad but this also changes/restricts the width of the images for the Media Display setting set to Full Width.

    We’d like it to remain full width for “Full Width” and be restricted to the width of the theme when it is set to “Standard Above Content”.

    Kind regards,
    Scott

    #185300
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me full width media display page url to check this issue.
    Thanks
    Mohammad

    #185358
    manofmany
    Member
    Post count: 91

    Hi Mohammad,

    Here is the “Standard (above content)” post: http://manofmany.com/fashion/versatile-style-selections-from-glue-store/

    Here is the “Full Width” post: http://manofmany.com/action/interview-with-pro-snowboarder-scotty-james/

    Kind regards,

    Scott

    #185362
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    Please use this custom css code:-

    .single-post figure.media-wrap {
    max-width: 1050px;
    margin: 0px auto !important;
    }

    .single-post-fw-media figure.media-wrap{

    min-width:100% !important;

    }

    Thanks

    Mohammad

    #185397
    manofmany
    Member
    Post count: 91

    THanks! That’s awesome. Works perfectly.

    #185399
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    You most welcome.

    Thanks

    Mohammad

    #185400
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Mohammad.
    -Rui

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

You must be logged in to reply to this topic.