New Landing How can we help? Atelier Margin of Content Container

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #252229
    parcyvall
    Member
    Post count: 143

    Dear Support Team,

    I want to re-style the “Full Width with Title” Blog Post header. Right now the if the title is set to align “left” it does not align with the content.

    I tried to find the margin for the <section class=”page-content clearfix container”> so I can customize the header with the same value.

    Could you please give me a clue where to look or what the value is?

    Kind regards
    Simon

    #252236
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Simon,

    Can you create a test page so I can provide you with the CSS?

    Thanks.

    #252241
    parcyvall
    Member
    Post count: 143
    #252245
    David Martin – Support
    Moderator
    Post count: 20834

    Please test this:

    .detail-feature .details-overlay h1 {
        max-width: 1140px;
        padding: 0!important;
        width: 100%;
        margin: 0 auto;
    }

    Thanks.

    #252249
    parcyvall
    Member
    Post count: 143

    Thanks that did the trick. Although for other wondering the same you need to go a little further so it does respond well on different screen sizes:

    @media(min-width:768px) {
        .detail-feature .details-overlay h1 {
            max-width: 750px
        }
    }
    
    @media(min-width:992px) {
        .detail-feature .details-overlay h1 {
            max-width: 970px
        }
    }
    
    @media(min-width:1200px) {
        .detail-feature .details-overlay h1 {
            max-width: 1170px
        }
    }
    .detail-feature .details-overlay h1 {
        padding: 0 15px!important;
        width: 100%;
        margin: 0 auto;
    }
    #252253
    David Martin – Support
    Moderator
    Post count: 20834

    Great, glad you got it sorted.

    – David.

    #252254
    parcyvall
    Member
    Post count: 143

    David, I want to thank you! For the last 3-4 Years I relied on Swiftideas Themes you have got the greatest support EVER!

    Thank you and all others at Swiftideas!!!

    #252257
    David Martin – Support
    Moderator
    Post count: 20834

    We’d like to also thank you for your continued support. Stay tuned for some new updates / releases 🙂

    Thanks.

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