[Resolved] Mantle theme Blank under header

Home Forums Support [Resolved] Mantle theme Blank under header

Home Forums Support Mantle theme Blank under header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118852
    Jamyz

    Hi i have an little problem.
    I Have a blank space after insert the picture in the header.
    If i delete the picture the blank is here too.

    Any idea ???

    #118912
    Tom
    Lead Developer
    Lead Developer

    Can you possibly link me to the site? Either through here or through email? support@generatepress.com

    #118937
    Jamyz

    Sorry but i change like this & work….

    Style.css

    .social {
          position: absolute;
          left: 10px;
          bottom: 5px;
    }
    
    div.image {
          position: absolute;
          right: 10px;
          bottom: 0px;
    }

    after <!– .inside-header –>

    <div class="social">
      <?php echo do_shortcode('[aps-social id="1"]')?>
    </div>
    
    <div class="image">
    <a href="http://mysite.com/hello"><img src="http://mysite.com/hello.png" alt="alt text" />
        </a>
    </div>

    Thank you

    #118966
    Tom
    Lead Developer
    Lead Developer

    Glad you got it sorted 🙂

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