Archived topic
Mantle theme Blank under header
3 replies · Started by Jamyz on July 5, 2015
Viewing posts 1–4 of 4
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 ???
Can you possibly link me to the site? Either through here or through email? support@generatepress.com
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
Glad you got it sorted :)
