Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005609
    xpert9001
    Participant

    website: gregsucharew.com

    I am having trouble removing the (i am not sure the correct term for this) link area behind the links in my sidebar. It really is only causing trouble when viewed on mobile since the user will accidentally hit the link while scrolling down (because the link area fills up the screen width).

    Thanks!

    #1005653
    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you are referring the Sidebar. You can change the widgets from Appearance > Widgets. You can also use fullwidth template to get rid of the sidebar.

    Cheers!

    #1006409
    xpert9001
    Participant

    Well I need the links, its just the width behind the links that is still clickable that I need to get rid of…

    #1006538
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .widget ul li a {
        display: inline-block;
    }

    Hope this helps – thanks!

    #1007013
    xpert9001
    Participant

    Thank you!

    #1007042
    Christopher
    Moderator

    You’re welcome.

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