• Resolved mike00010

    (@mike00010)


    Hi

    Would you be able to add an extra field into the top right hand corner of the page so above the header image and top menu bar and to the right of the site name in the left corner which was able to hold an image?

    Thanks
    Mike

Viewing 1 replies (of 1 total)
  • Theme Author Mayeenul Islam

    (@wzislam)

    I’m afraid I’s not able to answer in WordPress Support due to some technical difficulties. Sorry for the late reply.

    Would you be able to add an extra field into the top right hand corner of the page so above the header image and top menu bar and to the right of the site name in the left corner which was able to hold an image?

    It’s totally a CSS question, and such a modification is totally up to you. It’s not the theme developer’s concern. The theme was designed for common concern with common features.

    But, you can modify the header.php for such a modification. If you want the <div> to be visible only on the site pages (not in all the pages), then embrace the <div> like:

    <?php if( is_page() ) : ?>
       <div>your image here</div>
    <?php endif; ?>

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Extra field?’ is closed to new replies.