Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • reders Friend
    #162235

    Hi

    I this module published on my site in the left position, the settings of the module are as follows:

    Category display type: Link List
    JSCook Type: Tree
    JSCookMenu Style: ThemeOffice
    JSCookMenu Orientation: Vertical
    JSCookTree Style : ThemeXP
    Label of the dTree Root: Shop
    Module Class Suffix: _menuhilite

    If you take a look at my test site: http://www.s217794495.websitehome.co.uk/BeSmartClothing/

    If you click on a category, the sub category’s will appear.

    My problem is that each of these subcategory links have     before the text.

    How do i remove this.

    Thanks in advance,
    Alex

    Ninja Lead Moderator
    #384569

    To remove such ”   ” I think we have to interfere deep into the code, There is an easier solution:

    Open: http://www.s217794495.websitehome.co.uk/BeSmartClothing/templates/ja_mesolite_ii/css/template.css, find:

    #ja-left.column div.ja-colswrap div.ja-col div#Mod78.ja-moduletable div.ja-box-ct a.sublevel {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    }

    change to:

    #ja-left.column div.ja-colswrap div.ja-col div#Mod78.ja-moduletable div.ja-box-ct a.sublevel {
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    text-indent: -10px;
    }

    by doing that we will have the sub categories be in line with the others.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 13 years, 1 month ago.

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