• Hi,

    I’ve searched for a bit, but haven’t been able to find anything that would help my case. I’m trying to add two linked images above or below the search bar on my theme.

    My header wrapper is:

    <?php /* Wrapper Name: Header */ ?>
    <div class="row">
        <div class="span6" data-motopress-type="static" data-motopress-static-file="static/static-logo.php">
        	<?php get_template_part("static/static-logo"); ?>
        </div>
        <div class="span6 hidden-phone" data-motopress-type="static" data-motopress-static-file="static/static-search.php">
        	<?php get_template_part("static/static-search"); ?>
        </div>
    </div>
    <div class="row">
        <div class="span12" data-motopress-type="static" data-motopress-static-file="static/static-nav.php">
        	<?php get_template_part("static/static-nav"); ?>
        </div>
    </div>

    The website is: https://www.caribeoptilab.com

    Thanks!

  • The topic ‘Adding linked images to header’ is closed to new replies.