• Resolved boplinger

    (@boplinger)


    Hi, I have two nav issues.

    1: How can I de-link top navigation links that only lead to sub linked pages?

    2: Where do I change the css for the nav width, I’d like to widen it.
    Can I do this in your circumferencelite.css files? I’ve tried to change both files but they don’t seem to take. Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter boplinger

    (@boplinger)

    Re 1 I found my answer thanks.

    BUT 2: Where do I change the css for the nav width, I’d like to widen it.
    Can I do this in your circumferencelite.css files? I’ve tried to change both files but they don’t seem to take. Thank you

    This theme is based in BootStrap so you need to know little bit CSS about that framework.

    You can change this class col-md-7below but make sure that you change the class of corresponding div too in header.php file using child theme.

    <div class="col-md-7">
          		<div id="navbar" class="navbar"
    <div class="col-md-5">
            <div id="cir-logo-group-wrapper">
    Thread Starter boplinger

    (@boplinger)

    Thank you. It was suggested in another thread I started (sorry about that!) that I use Jetpack just to change the CSS. Not sure how to deal with Child themes but I can look into it.
    Cheers

    You can use child theme or use plugin like https://wordpress.org/plugins/simple-custom-css/ either way is good.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Nav issues: remove a:link for top nav with sub items’ is closed to new replies.