Template Monster issue
Search for them on this forum to see all the issues they create
You will most likely have to contact them for a solution
Template Monster issue
Search for them on this forum to see all the issues they create
You will most likely have to contact them for a solution
Zen-Venom Get Bitten
Try changing the 23px to 21px in template_tm.css:
.products_b u t t{background: url(../images/line_y.gif) repeat-y right top #5A3D20; text-align:left; padding-right:23px; padding-left:25px;}
Remove the spaces from the last part of the class name - silly forum rules.
If you plan to continue using this or other Template Monster templates, here's the best advice I can offer:
Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.
Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.
Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.
Some prefer Firebug, which does much the same thing.