Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How to put logo in the same il as menu items?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #154447
    viewfieldcoder
    Participant

    I’m trying to center my nav around the logo in a responsive theme.

    I’ve given each of the pages in my menu a css class, enabling me to edit each individually so that I can center them around the logo, which I have also centered. But it doesn’t quite work responsively — the logo centers itself differently from the menu items, so at some sizes the logo isn’t in the middle but overlaps some.

    I’m wondering if, in my header.php, I can make the logo in the same and then center them all together. Would that solve my problem? The only thing is, I don’t know where to find the coding for the menu items in header.php.

    My logo is currently located here: <section class="headerwrap">
    <div class="header span12">
    <div class="logo"><a href="<?php echo home_url(); ?>"><img src="<?php echo $themeoptions["themetastic_img_logo"]; ?>" alt="" /></a></div>
    But I can’t find the menu items in header.php

    Any help much appreciated! I’ve been struggling with this simple thing for hours!

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.