Jump to content

[SOLVED] Changes to background in global.css


Recommended Posts

I am experiencing some problems with my background image in prestashop. I have a background image that's 1600*1200pixels, but the lenght is no good on a few of the pages. For instance when a customer wants to see the order details for a previous order.
I use the command ; background-repeat:no-repeat; to make sure the background does not tile, but I need help stacking it so that it will be long enough for all my pages. Any ideas on what code to use? Attached image for a better description.

21658_cg0nEmZVpQuUmdSIIefF_t

Link to comment
Share on other sites

  • 1 year later...
You could first try to add
background-color: black;


or

background-attachment:fixed;



To repeat image vertically

background-repeat:repeat-y;




I used the " background-attachment:fixed; " and it solved my problem.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...