Jump to content

Questions about positioning prestashop elements


Recommended Posts

 I have 2 questions about placing the prestashop elements:
1. How can I change the background of a single module? I've changed the line
.block .title_block, .block h4 {
		padding:6px 11px;
		
		font-size:12px;
		color:000;
		text-shadow:0 1px 0 #000;
		text-transform:uppercase;
		background-image:url(/themes/default/img/bg-category.png);
		font-weight: bold;
	}
	

 

 in the global.css file but the background changed for all modules.
 2. How can I increase the width of the "featured products" modue? Right now, it looks like in the image and I'd like it to take the whole width of the site, from one end to the other. What should I change?
 

post-715508-0-03195000-1391446256_thumb.png

Link to comment
Share on other sites

 2. How can I increase the width of the "featured products" modue? Right now, it looks like in the image and I'd like it to take the whole width of the site, from one end to the other. What should I change?

 

 

From the image it looks like you have a two column theme. If so, you cannot do what you want. The FP module is hooked in the center column so it will only span that column.

 

Perhaps a link to your store would give us some more insight into what you are trying to do.

 

Marty Shue

Link to comment
Share on other sites

×
×
  • Create New...