• Resolved nicoleb

    (@nicoleb)


    Rather than using the logo and title area for my logo, I’m using the Banner area for the logo. For this reason, I don’t need the space above for that but do need it for the menu bar (so that not as much ends up on the second line).

    I am using the child theme. What would I add to the custom CSS to remove or reduce the space reserved for the logo and increase the space for the menu?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nicoleb

    (@nicoleb)

    OK, after playing around with the site some more, I have figured out how to remove the holder for the logo and want to keep the tagline but do not want to display the Title. While I could just leave it blank, I see that it is used in other aspects of the site (such as on the website tabs). So how do I just have it not show next to the navigation?

    You would copy the header.php over into the child theme. If I understand this right, you want to keep the tagline but reduce the container width and increase the nav one?

    Look for this:

    <div class=”col-md-5″>

    Change it to something like col-md-3 and then look for this:

    <div class=”col-md-7″>

    Change the class to col-md-9 which will increase the width to span 9 grid columns (this theme works off a 12-column grid). Both containers side-by-side need to total 12 (3+9=12)

    Thread Starter nicoleb

    (@nicoleb)

    Thank you! After playing around with it, I found the right combination.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove place holder for logo in Primary Navigation area’ is closed to new replies.