Issue with new wrapper

Hi guys,



I have created a new wrapper on my site called “sidebox_newsletter”



I have a small problem in that there is no white space below this.

[url]http://www.avancer.com.au/1.5l-blender.html[/url]



I.e when you look at this page there should be a gap between the newsletter box and “calculate shipping”



How can I do this?



Thanks

The normal sidebar box has a class: sidebox-wrapper. This class has a bottom margin of 19px. Try adding that to the CSS for your custom sidebox.

thanks that fixed it

@shervain



Can you let me know how you created a custom wrapper, or point me to documentation?

not sure if this was the best way of doing it but I basically added another wrapper similiar to “sidebox_general.tpl”



I then modified the styles.css and added the new coding for the wrapper

[quote name=‘shervain’]Hi guys,



I have created a new wrapper on my site called “sidebox_newsletter”



I have a small problem in that there is no white space below this.

[URL]http://www.avancer.com.au/1.5l-blender.html[/URL]



I.e when you look at this page there should be a gap between the newsletter box and “calculate shipping”



How can I do this?



Thanks[/quote]

Also have look at your site with a 1024pix resolution. Rights is to much white space. You can fix it in:



styles.css, line 368:



#header, x:-moz-any-link{

margin-right:-1px;

width:auto;

}



or



#header, x:-moz-any-link {

margin-right:-1px;

}









Just check it with FF and IE.