test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gverheij Friend
    #173715

    Hi,

    I’ve created menu-modules in the right-position of JA_Social (with JAT3 1.6.6 and JA_Social 1.2) in a Joomla 2.5.1-site. See picture below.

    The indentation of the text of the menu-items is ugly. The bullets should be outside the text and the word-wrapped text should be inline, every line below the other.

    I’ve experimented with “list-style: outside; ” in template.css and other css-files, but no effect so far. Can you please help?

    The upper menu-module in the picture below has “_menu” as module-suffix..

    Thanks a lot for your support,

    Gerard Verheij


    1. liststyle-outside
    khoand Friend
    #437732

    Your site you give doesn’t use JA Social template. Could you give me a link to your website uses JA Social template and has problem? I will help you

    gverheij Friend
    #437738

    Oops, I’m sorry, I’ve given the old site, the new site with JA_Social is under development at http://www.centrumvoorurologie.nl/cvu17.

    khoand Friend
    #437955

    You replace the code from /templates/ja_social/css/template.css

    #ja-container ul.menu li a {
    background: url(../images/bullet-grey.png) no-repeat 15px 12px;
    color: #666;
    text-indent: 27px;
    width: 100%;

    }

    with


    #ja-container ul.menu li a {
    background: url(../images/bullet-grey.png) no-repeat 15px 12px;
    color: #666;
    padding-left: 27px;
    }

    gverheij Friend
    #438058

    Beautifull! 🙂 That did the trick, thanks a lot,
    Gerard

    gverheij Friend
    #440609

    I performed the upgrade to JA_Social 2.5.1 under J2.5.1, but the change above did not show up nicely.

    The following displayed the text bulletted and with nice indentation and text-wrap:


    #ja-container ul.menu li a {
    background: url(../images/bullet-grey.png) no-repeat 15px 12px;
    color: #666;
    text-indent: 0px;
    padding-left: 27px;
    width: 170px;
    }

    Thanks! Gerard

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

This topic contains 6 replies, has 2 voices, and was last updated by  gverheij 12 years, 9 months ago.

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