Shop Categories

X

Space under header image

Home Forums Agama Pro Space under header image

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10000
    Marjo
    Participant

    Hi again

    One more question to ask. Is it possible to have header image without any empty space under it? I would like to have the first element straight under header image without any lines or empty space between them. I mean so it looks like header image and the first element are same piece.

    Thanks.

    #10005
    Zex
    Moderator

    Hello Marjo!

    I’ve already done it for you.

    The way I did this was as follows:

    1. I set up a Page content padding-top value on the front page to the 0px.(Agama options->Page->Page Content Padding)

    https://prnt.sc/kdurvd

    2. then I Inserted a custom CSS to remove the padding from the element on the top of the page.
    with next custom CSS code:

    .elementor-column-wrap{
        padding: 0px!important;
    }

    https://prnt.sc/kdurji

    Regards

    #10006
    Marjo
    Participant

    Thank you so, so much. This all has been a great help and advise for me.

    I tried and managed to do point 1. but only that was not enough as I know now.

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