Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1029810
    glenmaher
    Participant

    Hey there.

    The website I am working on is http://wsh3-1e-syd.hostyourservices.net/~wholesa1/

    I would like to adjust the right hand border on the left-hand widget sidebar.

    I have mucked around with various answers from other threads but the custom CSS doesn’t seem to work for me (I cleared cache to check)

    Could you help me with the CSS to adjust the border between the left hand sidebar and main page to be black and around 5px.

    Thanks so much in advance.

    #1029964
    Rahul
    Moderator

    Sure thing, Glen!

    Try this custom css :

    @media (min-width: 1200px)
    .x-sidebar-content-active .x-sidebar {
        border-right: 5px solid #000;
    }

    Let us know how it goes!

    #1029974
    glenmaher
    Participant

    Added the CSS and cleared cache.
    No change unfortunately.

    #1030205
    Thai
    Moderator

    Please try with this CSS instead:

    @media (min-width: 1200px){
        .x-sidebar-content-active .x-sidebar {
            border-right: 5px solid #000;
        }
    }

    Hope it helps πŸ™‚

    #1030286
    glenmaher
    Participant

    Brilliant. Thank you very much πŸ™‚

    #1030830
    John Ezra
    Member

    On behalf of Thai and the rest of our team, you’re most welcome! πŸ™‚

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