New Landing How can we help? Atelier Resize hero split image

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #175772
    contemascetti
    Member
    Post count: 66

    Hi,

    I’m editing the FAQs page http://swiftideas.com/pages/f-a-q-s/ with hero split style.

    Is there some custom CSS or setting to resize the split hero image on the left and make it taller or less wide?
    I would like also to insert a vertical image, so that the text on the right side has more vertical height.

    Thanks

    #175812
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sure add this to your custom css:

    .hero-content-split #main-container > .page-heading, .hero-content-split #main-container > .fancy-heading-wrap {
      width: 35%;
    }
    .hero-content-split .inner-page-wrap {
      width: 65%;
    }

    – Kyle

    #175815
    contemascetti
    Member
    Post count: 66

    thank you very much, it worked like a charm.

    great support.

    #175819
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #175955
    contemascetti
    Member
    Post count: 66

    Hi Kyle,

    I just saw that your css trick forces the resizing also on mobile, shrinking the header and page by the set amount.

    Is there some additional css code to exclude the resize on mobile?

    Thanks

    #175956
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Put the css I gave you inside a media query, so:

    @media only screen and (min-width: 768px) { 
    .hero-content-split #main-container > .page-heading, .hero-content-split #main-container > .fancy-heading-wrap {
      width: 35%;
    }
    .hero-content-split .inner-page-wrap {
      width: 65%;
    }
    }

    – Kyle

    #175973
    contemascetti
    Member
    Post count: 66

    Hi, had to set it a little higher (min-width 992+ px) and now it resizes ok.

    thanks again

    #175974
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem

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 one of the following items
Login and Registration Log in · Register