To insert code use <code>...</code>.
Boxed Layout Outter Background scroll issue
  • I'm using a background image with the boxed layout, but having an issue with the image moving down the page, leaving the top of the background just the background color - no image.

    Anyone have any quick custom css tips to keep this image at the top?

    Thanks!
    Picture 12.png
    1660 x 645 - 226K
  • 2 Comments sorted by
  • Hi

    Did you try to set 'Boxed Layout Outter Background Image Position' to 'center top' ?
    Or you can add the css code below in 'Symplex->Custom':

    body{
    background-position:center top;
    }
  • code was a perfect fix. thanks!