• For my page( ii-ec.org) I want to have a very special background:
    I want that there is a white background behind the text,sidebar ect. but there should be a blue background for the rest( so where is no text on the left and on the right).
    Hopefully someone understood my request and can help me 🙂

    Thanks 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • This Snippet should help.

    Thread Starter catcher10lp

    (@catcher10lp)

    It worked! Thanks 🙂

    I’m still not completely happy with it:
    The circlebackground of the featured posts isn’t the same as the background. I tried to make FAFAFA as backgroundcolor but is think it’s not possible to paste color codes in there.
    I used this code which didn’t worked (the code works if I write black or white etc. ):

    #main-wrapper {
    margin-top:         0px ;
    margin-bottom:      0px ;
    background-color: white ;               /* Change black */
    border:             0px solid red ;       /* Delete if no border needed */
    padding:            0 -10px 0 20px ;
    }
    .container[role="main"] {
    background-color: white;               /* black */
    }

    The other thing is about the width I changed to -10px.
    ( padding: 0 -10px 0 20px ; )
    Through this the content in the sidebar doesn’t look nice 🙁
    The content should has a margin.

    Thanks 🙂

    This should help you with the Zoom rectangles.

    The background around the rectangles is actually white (#FFFFFF).

    Thread Starter catcher10lp

    (@catcher10lp)

    It worked with:

    .home .round-div {
    border-color:  white;
    }

    Thanks! 🙂

    I still do have the problem with the margin to the sidebar.
    I think it should be something like this but it don’t know the complete code:
    .sidebar { margin-left: 100px; }

    Would be great if somone could help me 🙂

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone.]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background question’ is closed to new replies.