Joomla guru's please help !

Discussion in 'Joomla' started by sami1255, May 21, 2008.

  1. #1
    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 :(
     
    sami1255, May 21, 2008 IP
  2. digitalballer

    digitalballer Member

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    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.
     
    digitalballer, May 21, 2008 IP
    sami1255 likes this.
  3. sami1255

    sami1255 Well-Known Member

    Messages:
    835
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    125
    #3
    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... :(
     
    sami1255, May 22, 2008 IP
  4. webconcepts

    webconcepts Peon

    Messages:
    3
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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!
     
    webconcepts, May 22, 2008 IP
    sami1255 and me4you like this.
  5. helloman

    helloman Peon

    Messages:
    144
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    helloman, May 22, 2008 IP
    sami1255 and me4you like this.
  6. Nick252

    Nick252 Well-Known Member

    Messages:
    983
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    110
    #6
    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

    [​IMG]
     
    Nick252, May 22, 2008 IP
    sami1255 likes this.
  7. sami1255

    sami1255 Well-Known Member

    Messages:
    835
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    125
    #7
    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
     
    sami1255, May 23, 2008 IP
  8. Nick252

    Nick252 Well-Known Member

    Messages:
    983
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    110
    #8
    virtuermart has may files , needs alot of time to find the right file
     
    Nick252, May 23, 2008 IP
  9. Astroman

    Astroman Well-Known Member

    Messages:
    2,355
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    135
    #9
    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.
     
    Astroman, May 23, 2008 IP