Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252953

    How do I remove the spacing/padding between breadcrumbs and my first two lines “Dogs” and the navigation.

    I’ve placed all spacing to “0” but still SOOOOO much whitespace.

    http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs

    #1253006
    Lely
    Moderator

    Hi Michael,

    Please update this part:

    <h4>
    < <strong>A-C</strong> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-2"><strong>D-L</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-3/"><strong>M-S</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-4/"><strong>T-Z</strong></a> ><p></p>
    </h4>

    To this:

    <h4 class="mtn">
    < <strong>A-C</strong> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-2"><strong>D-L</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-3/"><strong>M-S</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-4/"><strong>T-Z</strong></a> ><p></p>
    </h4>

    We have added class mtn. This will reset default heading top margin. You may check other helper classes here:https://community.theme.co/kb/css-class-index/

    Hope this helps.

    #1253014

    It doesn’t seem to have worked.
    http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-4/
    See code below

    <h1>DOGS</h1><h4>

    <h4 class=”mtn”>
    < A-C , D-L , M-S , T-Z ><p></p>
    </h4>

    #1253065
    Rue Nel
    Moderator

    Hello There,

    Please update your text content and use this instead:

    
    <h1 class="mbn"><a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs/">DOGS</a></h1>
    <h4 class="mtn">< <strong>A-C</strong> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-2"><strong>D-L</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-3/"><strong>M-S</strong></a> , <a href="http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs-4/"><strong>T-Z</strong></a> ></h4>

    Please keep in mind that any line break or new lines will automatically gets converted to a br or p tag.

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1252953 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>