• Resolved mslisamarie

    (@mslisamarie)


    I have a left sidebar at my homepage which you can see here: https://www.djurskydd.nu and I want the links to follow me when I scroll down. I put in this code in the custom CSS settings but nothing worked.

    #sidebar {
    position: fixed !important;
    }

    Have I written it wrong?

    Any help would be so appreciated!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Are you talking about the two image links?

    Try this:

    div#primary.widget-area.sidey{
    position: fixed !important;
    }

    Thread Starter mslisamarie

    (@mslisamarie)

    Erik: Yes the two image links. ??

    Akinatansel: Unfortunately it didn’t work. It only made the links scroll all the way to the bottom like this: https://www.djurskydd.nu and the other link disappeared under the first one.

    i mean be sure about the class and id of the element you want to act on. you can use inspect element by firebug or google tools. the element is not #sidebar as you first said. and neither mine:)

    i wanted to advice you should be sure about the element before adding CSS rules to it.

    Thread Starter mslisamarie

    (@mslisamarie)

    Oh now I understand. I’m not that good at CSS but I will try to figure something out. ?? I was wondering if maybe you could help me with another thing? As you can see here: https://www.djurskydd.nu the slider is only placed in the middle because I have two sidebars on my homepage. Is there a way to fix this and make the slider full width and cover the sidebars with a CSS code? I don’t want to mess with the themes original files because I’m doing the website for a client.

    Thank you for being so helpful ??

    your site really seems messed up and honestly i have no idea about your problem. but what i can advise you is:

    set homepage template as full width (no sidebars) from the page settings. you can use three column template for other pages but it is really impractical to use this for a homepage.

    if you set homepage as full with, slider will also fit full layout.

    i hope this helps.

    Thread Starter mslisamarie

    (@mslisamarie)

    The problem is that my client want two columns on the homepage and a slider at the same time because they want links on the left sidebar and pictures on the right sidebar. The problem is that is completely hopeless to do so because it doesn’t work putting a slider over the sidebars so I feel completely lost.

    But I just guess I have to convince them that I can’t do more than I have already done. Thank you so much for everything. ?? And one more thing: Do you know how to fix the links in the footer area to be after each other horisontally instead of the way they are now? https://www.djurskydd.nu

    if not set by the theme and you handcoded in the footer area of your theme, just delete
    </br> tags.

    i mean
    </br> tags.

    Thread Starter mslisamarie

    (@mslisamarie)

    Oh! You are an angel. Thank you so much for EVERYTHING!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Make links in sidebar follow while scrolling’ is closed to new replies.