[Resolved] Styling the prime template image (i’ve removed the slider)

Home Forums Support [Resolved] Styling the prime template image (i’ve removed the slider)

Home Forums Support Styling the prime template image (i’ve removed the slider)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1394377
    Adrien

    Dear Generatepress Team,

    Could you please help me to style the image (screenshot enclosed) to match Prime template as much as possible and especially on mobile. i’ve removed the slider soliloquy.

    https://tinyurl.com/y44vzt4m

    And especially on mobile I have large gaps on top and bottom VS the demo:
    https://tinyurl.com/yy9c5lyv

    Thank you very much for your assistance. Best, Adrien

    #1394439
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .separate-containers .page-header-image {
        margin-top: 0;
    }
    
    @media (max-width: 768px) {
        .featured-image + .container .site-main {
            margin-top: 10px;
        }
    }
    #1395237
    Adrien

    Dear Tom,

    Awesome! It worked perfectly. Thanks a lot. Best, Adrien

    #1395784
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.