Viewing 7 replies - 1 through 7 (of 7 total)
  • You want, it appears, to alter the width of your content. But without a link to your site it’s not easy for us to give any advice.

    You will probably do it by creating some new CSS rules. If we have a link to your site, we can probably make some more concrete suggestions.

    Cheers

    PAE

    Thread Starter footballAT

    (@footballat)

    Sorry about this the link is https://footballaccumulatortips.com

    It would take a lot of doing.

    The white background is because the background only repeats along the x axis. You cann make it repeat along both, but looks quite obvious. You just need a new rule like this:

    #topx {
      background: url("images/topx.png") repeat scroll 0 0 transparent;
    }

    Then it’s fairly easy to get the left and right margins to show the the new background:

    #wrapper {
      margin: 0 8em;
    }

    However, getting the background behind the subscription form is a much more difficult proposition. For me, it would take a fair bit of time to find a solution for that. Maybe somebody else can see something reasonable.

    Cheers

    PAE

    I’m sorry but it is beyond the scope of these forums to deal with basic CSS issues. Try a dedicated CSS resource such as https://www.css-discuss.org/ instead. I’d also recommend using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter footballAT

    (@footballat)

    If I changed the background to not repeat and created a big bg image including the green on the sides and the white in the middle would this work?

    If it would could you tell me what size I should make the image?

    Try a dedicated CSS resource such as https://www.css-discuss.org/

    Thread Starter footballAT

    (@footballat)

    I don’t like that website stop posting it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Help’ is closed to new replies.