Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #521288

    I’ve tried suggestions from other threads but nothing has successfully removed the padding I’m trying to get rid of. It’s attached to this line when I view the source of the page
    <main role="main" itemprop="mainContentOfPage" class="template-page content av-content-full alpha units"><div class="post-entry post-entry-type-page post-entry-9">

    The client wants the top of the image to start directly under the header area, with no space between them.

    #521293

    Hi Lissasan!

    I’m not sure what padding you are referring to.

    May I have a screenshot of the website or admin access? Because right now I am only seeing a mojo marketplace placeholder.

    Best regards,
    Dake

    #521394

    Please try reloading, it should be live now, but just in case

    space between image and header

    #521424

    Hey!

    Please insert the below css into your custom css section:

    .avia-section.av-minimum-height .container .content {
        vertical-align: top !important;
    }

    Best regards,
    Dake

    #521980

    Perfect! Thank you Dake!

    #521987

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove padding above main’ is closed to new replies.