• After installing a content slider, my sidebars dropped below the content slider area. I want to line them up underneath the navigation bar. I have 2 websites. In the first one, this is how I want it to look. I had my old web guy fix this for me, but he is no longer in the area. In the new website, you can see where I am having the problem. Thanks in advance for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • No guarantees that you won’t get unwanted side effects, but try adding the line below to Suffusion Options->Back-end->Custom Includes->Custom Styles:

    #sidebar-shell-1, #sidebar-shell-2 { margin-top: -350px; }
    Thread Starter ceasefire

    (@ceasefire)

    Brilliant! That worked. I still have to test the compatibility with all of the browsers, but that at least works on firefox and explorer. Thank you so much.

    Thread Starter ceasefire

    (@ceasefire)

    OK. Just noticed that it fixed the home page, but has an adverse effect on the other pages without the content slider. How do I make this piece of code work on the home page only?

    Try adding the body.home qualifier like this:

    body.home #sidebar-shell-1, body.home #sidebar-shell-2 { margin-top: -350px; }
    Thread Starter ceasefire

    (@ceasefire)

    Thank you again. That seemed to do the trick. It works in firefox, ie, and chrome. Anybody out there running safari that could do a browser check for this website?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Lining sidebars up to nav bar after content slider installed’ is closed to new replies.