-
AuthorPosts
-
jbgorg Friend
jbgorg
- Join date:
- April 2008
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
January 6, 2009 at 3:36 pm #136786Hi, I have Joomla 1.5.8 and I noticed after the upgrade of the previous version of joomla the position of the Pagebreak index moved from right to the left, also de the prev and next navigations texts from center to left. May somebody tell me how to move like the begining?
I have attached 2 files the after and before to compare them.
best regards,
-
anisjolly Friend
anisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 6, 2009 at 4:07 pm #284925have you got a link to the website?
if not – try installing firebug (http://www.getfirebug.com) and see if you can restrict the css width of the column that’s not right.
jbgorg Friendjbgorg
- Join date:
- April 2008
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
January 12, 2009 at 10:43 pm #286151Hi, anisjolly this is the link: http://jbg.org.ec/es/salud/clinicas/clinica-sotomayor may you help me?
anisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 13, 2009 at 8:54 am #286186Hi there
I’ve attached a copy of your site after i made amendments to the code with firebug.
is this how you want it to look?
If it is, find the following code and add the code i’ve higlighted in red to it:
<table class=”contenttoc” cellspacing=”0″ cellpadding=”0″ align=”right”>
You need to amend this code in the index.php file which is in your joomlart template folder.
If the fix mentioned here isn’t the one you’re looking for – just let me know.
Anis
jbgorg Friendjbgorg
- Join date:
- April 2008
- Posts:
- 80
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 13
- Thanked:
- 3 times in 1 posts
January 13, 2009 at 3:20 pm #286225Hi Anis,
Thanks a lot. I didn’t find the code in the index.php but I did find the class “contenttoc” in the template.css. This is the code:
table.contenttoc {
margin: 0 0 10px 10px;
padding: 0;
width: 35%;
font-size: 92%;
}table.contenttoc a {
text-decoration: none;
}table.contenttoc td {
background: url(../images/bullet.gif) no-repeat 10px 9px;
padding: 1px 5px 1px 20px;
}table.contenttoc th {
border-bottom: 1px solid #E7E8E6;
padding: 0 0 3px;
text-indent: 5px;I have tried to use the line “text-align:right” but this doesn’t work for me. I think the solution is near. Any other idea?
Best regards,
Carlosanisjolly Friendanisjolly
- Join date:
- April 2008
- Posts:
- 661
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 33
- Thanked:
- 96 times in 55 posts
January 13, 2009 at 3:31 pm #286227send me your template’s index.php – i’ll make the amends and send it you back.
please send it via pm.
🙂
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
January 13, 2009 at 3:57 pm #286228As it is a ‘content’ page you will not find that code in the index.php. It will be in one of the mod_content files.
To get the bullet menu to appear on the right of the text just add float: right to the contentoc style like so…
table.contenttoc {
margin: 0 0 10px 10px;
padding: 0;
width: 35%;
font-size: 92%;
float: right
}Of course this will mean that anything else with that class will also be floated right
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by scotty 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum