Forums

[resolved] need help with fjords theme (6 posts)

  1. luksusdyret
    Member
    Posted 2 years ago #

    My blog is http://www.luksusdyret.com

    As you can see I've managed to remove sidebar 3, but I have a problem with sidebar 2.

    In sidebar 2 i want to remove the background (header), and I did in the stylesheet, but as you can see it's still showing up.

    Can somebody help me?

    I have removed sidebar 2 from this code:

    #content, #sidebar-1 {
    	background: #ffffff url(imagenes_qwilm/beach.jpg) no-repeat top left;
    	overflow: hidden;

    and the sidebar 2 code looks like this now:

    #sidebar-2 {
    	width: 250px;
            background: #c0c0c0;
            background-position: -1000px 0;
            padding-top: 0px;
    }

    Still the background is there, and I have noe clue why.

  2. ClaytonJames
    Member
    Posted 2 years ago #

    [edit] -thought I had it. didn't work.

  3. luksusdyret
    Member
    Posted 2 years ago #

    :/ and I was so happy that someone finally answered. It really bothers me to look at my blog right now.

  4. luksusdyret
    Member
    Posted 2 years ago #

    anyone?

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    I've been back twice and still haven't nailed it. There are a couple of errors in style.css which may be causing problems in some browsers. I also suspect that, because there are so many different over-rides in the CSS, it's creating problems. Negate one class property and another one kicks in. The biggest issue is a cascade problem. The style in the page header:

    #content, #sidebar-1, #sidebar-2, #sidebar-3

    is effectively overriding everything. You might be able to force the issue by specifying #wrapper 'content #sidebar-2. Or, try using !important. But it's my general experience that, when you start getting to these levels, it's an indication that the stylesheet needs a good clearout - with classes consolidated wherever possible and a logical cascade order re-imposed. Otherwise, you just end up creating more and more problems over time.

    Sorry I can't offer anything a bit more positive.

  6. luksusdyret
    Member
    Posted 2 years ago #

    the !important worked! Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags