http://tinyurl.com/4zu58n whats causing the big gap above the heading "Categories". I've been searching for this for 3 hours.. couldnt find a way. may be dp can help me
You're talking about the space between the gray line and the word? It doesn't seem so bad to me, but to answer your Q I noticed two <br> tags just before the word categories and <h4> tags surrounding it. Playing with those should affect the placement.
thanks for the response friends.. but how do i 'play' with the additional <br> tags? i can even pay if someone has the specific solution or can do it for me.. the space between grey line and word "categories" is making me sick...
Hi There, Did you check this part of the css? http://www.interiorgateway.com/templates/ja_larix/css/template_css.css td, div (line 150) { font-size: 100%; } #ja-mainbody-inner (line 800) { padding-top: 25px; padding-right: 0pt; padding-bottom: 25px; padding-left: 0pt; background-color: transparent; background-image: url(../images/top-border-r.gif); background-repeat: no-repeat; background-attachment: scroll; background-x-position: right; background-y-position: top; } If you have not already done so. You should install firefox and then download the Web developer module. When activated, it shows all the css boxes on a site. And when you click a box it shows the css code Good luck!
add the css the padding was 25 px; make it 10px also Categories is is h4 tag so also type a css <h4>Categories</h4> also <div style="" id="vmMainPage"> <br><br><h4 style="">Categories</h4><br> <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> remove the 2 br from the code [red marked] it will be perfect. if you cant sent us the ftp.
there are 2 <br> that causing the gap , those <br> are from virtuemart remove the 2 <br> and at template_css.css (line 800) change padding-top: 25px; to padding-top: 10px; and it will be fine
wonderful help guys.. dont got words to thank you.. actually i couldnt find where these two <br> tags are.. a virtuemart expert would certainly know which file of virtuemart contains these two <br> tags
If you have Dreamweaver you can do a search in Entire Local site for <br><br> and the surrounding code perhaps and find it in seconds, make sure you download all the virtuemart files first of course.