Could anyone please help me with the featured image alignment on main page. I'd like to make it either go left or centered? Also I am trying to get rid of the white space between logo and ezpages.
Here is the link to my website www.partybonanza.ca
Could anyone please help me with the featured image alignment on main page. I'd like to make it either go left or centered? Also I am trying to get rid of the white space between logo and ezpages.
Here is the link to my website www.partybonanza.ca
Your "Template Monster" template (always a bad idea) is inserting the following HTML in your header:
That's what's causing the whitespace between your logo and the EZ pages.Code:<img width="1" height="80" alt="" src="includes/templates/template_default/images/pixel_trans.gif">
The issue with your Featured Products "alignment" is that some of your products' names are longer than others and use 2 lines instead of 1 in the display. Trying to traverse through the convoluted HTML generated for these simple items made my head spin!
Thanks for the guidance, the problem of whitespace is fixed now by reducing the height from 80 to 9.
The featured page image alignment is still an issue.
I figured out what's causing the featured product images to float towards left and not being centered.
It's <table style="width:100%; margin-top:13px; margin-left:22px;">
I need to set this margin-left to 0px but unable to find it anywhere in my stylesheets or featured product php. I did a query in tools but could not locate the path.
Does anyone have an idea, where can I adjust this value?
It is fixed now by editing the featured_products.php in module ->templates->custom template.