-
AuthorPosts
-
gverheij Friend
gverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
February 9, 2012 at 9:19 am #173715Hi,
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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 9, 2012 at 5:16 pm #437732Your 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 Friendgverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
February 9, 2012 at 6:09 pm #437738Oops, 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 11, 2012 at 8:15 pm #437955You 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;
}1 user says Thank You to khoand for this useful post
gverheij Friendgverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
February 12, 2012 at 12:25 pm #438058Beautifull! 🙂 That did the trick, thanks a lot,
Gerardgverheij Friendgverheij
- Join date:
- June 2009
- Posts:
- 40
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 8
- Thanked:
- 4 times in 1 posts
February 28, 2012 at 1:47 pm #440609I 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
AuthorPostsViewing 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
bullets liststyle: outside in JA_Social menu’s
Viewing 6 posts - 1 through 6 (of 6 total)