Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • snakedragon Friend
    #132768

    Hello everyone,

    I have a problem that is really annoying. I have tried to solve it but can not find any solution.

    The problem is in the product category in the left column. There is a small space above and below the categories?!

    The live site can be found at: http://www.vhfteknik.se/vhf

    The picture below shows the problem.

    The template was installed on an existing Joomla and Virtuemart installation. There is no extra space if I install from the QuickStart package.

    I appreciate any help I can get!

    Kind regards,
    Thomas

    Sherlock Friend
    #268151

    hi you can change template.css (line 606)

    div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3, div.moduletable_hilite h3, div.moduletable_menuhilite h3 {
    background:#F7F7F7 url(../images/dot-hilite.gif) repeat-y scroll left center;
    border-bottom:1px solid #E6E6E6;
    font-size:100%;
    margin:0 -15px 5px -16px;
    padding:10px 15px;
    text-transform:uppercase;
    }

    to

    div.moduletable h3, div.moduletable_menu h3, div.moduletable_text h3, div.moduletable_hilite h3, div.moduletable_menuhilite h3 {
    background:#F7F7F7 url(../images/dot-hilite.gif) repeat-y scroll left center;
    border-bottom:1px solid #E6E6E6;
    font-size:100%;
    margin:0 -15px 0px -16px;
    padding:10px 15px;
    text-transform:uppercase;
    }

    snakedragon Friend
    #268320

    Thank you very much for your answer! 😀

    Your solution did unfortunately not solve the problem. I tried to do all I could to find the problem, and the problem was apparently in the SQL database. I don’t know how, but I solved the problem by manually exporting the database to a new site created with the QuickStart package. By doing this, the problem disappaired.

    If I exported the whole database, the problem would appear in the newly installed QuickStart package.

    I would, however, like to thank you for taking your time to help me! 😉

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  snakedragon 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum