rturner Posted October 21, 2012 Share Posted October 21, 2012 (edited) In a new store I'm building, I just manually upgraded from 1.5.017 to 1.5.1 and a Block background img I had in the left column now spreads across the left and center columns. example I had originally modified the Default theme and renamed it to Default_Richard during the upgrade, so it shouldn't have changed. I've been trying to find it in firebug, but can't figure it out. The background of the whole container should be a solid color. The block background img is supposed to stay in the blocks. Thanks for any assistance. Edited October 21, 2012 by rturner (see edit history) Link to comment Share on other sites More sharing options...
HyperNova Posted October 21, 2012 Share Posted October 21, 2012 (edited) the following effect is what you are meaning? So try: .block h4 { ... background: url(../img/blockh4bg.jpg) repeat-x; width:180px ... } #new-products_block_right and #contact_block should be positioned in #left_column, so maybe wrong hook. Edited October 21, 2012 by HyperNova (see edit history) 1 Link to comment Share on other sites More sharing options...
rturner Posted October 21, 2012 Author Share Posted October 21, 2012 I think you're on to something. I added the solid background color for container_9 in grid_prestashop.css, which fixed things part way. Then I noticed that, as you said, my new-products_block_right was running across the entire container and my footer was off to the left side. So my whole structure is off. Possibly something I did incorrectly to remove the left and right columns from the index page is coming home to roost after the upgrade to 1.5.1. Gives me something to go on. Thanks! Link to comment Share on other sites More sharing options...
rturner Posted October 21, 2012 Author Share Posted October 21, 2012 I switched the modules from right to left column, then corrected a typo in footer.tpl and everything's working again. Thanks again to HyperNova Link to comment Share on other sites More sharing options...
HyperNova Posted October 22, 2012 Share Posted October 22, 2012 I am happy that i could inspirate you solving the problem. Have a nice week Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now