New Landing How can we help? Atelier Portfolio split screen size

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #238361
    leggero
    Member
    Post count: 107

    Hi
    I’d like to adjust the portfolio screen split to 50% image and 50% text. Is that possible?

    best regards and thanks

    Caspar

    #238380
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    sure, add this to your custom css:

    @media only screen and (min-width: 481px) { 
    .single-portfolio-split figure.media-wrap {
      width: 50%;
    }
    .single-portfolio-split .page-content {
      width: 50%;
    }
    }

    – Kyle

    #238388
    leggero
    Member
    Post count: 107

    works, thanks!

    Best regards

    Caspar

    #238389
    leggero
    Member
    Post count: 107

    Resolved, thanks!

    #238396
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

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

You must be logged in to reply to this topic.