Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #265301
    Ken leidner
    Participant

    I am using the catch responsive free theme, website is here https://rarclubackup.website/

    Can the Primary Sidebar be made to float (not scroll with the contest on the non home page, pages?

    Second can each link category have a “box” around them? I my case the RARC group of links, the FORMS group and then the Radio Links group. Each with their own box

    #265365
    Skandha
    Participant

    @ken-leidner: Hello there,
    Can you please elaborate what you mean by making the sidebar float?

    To have a box around the sidebar links
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .sidebar.sidebar-primary.widget-area li a {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 5px 10px;
        display: block;
    }
    .sidebar.sidebar-primary.widget-area li:last-child a {
        border-bottom: 1px solid #000;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #265569
    Ken leidner
    Participant

    By float i mean, as I scroll down the page the Primary Sidebar would stay pretty much fixed on the screen as the rest of the page moved. An example is on this page the menu floats at the top of the page as you scroll down. Same idea but for the side bar.

    #265575
    Skandha
    Participant

    @ken-leidner: Hello there,
    I am afraid that is not possible as there is content above the sidebar. So if made fixed it will overlap the header image and featured content section.

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Primary Sidebar Float on non home pages’ is closed to new replies.