Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jbgorg Friend
    #136786

    Hi, 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,


    1. PagebreakBEFORE
    2. pagebreakNOW
    anisjolly Friend
    #284925

    have 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 Friend
    #286151

    Hi, anisjolly this is the link: http://jbg.org.ec/es/salud/clinicas/clinica-sotomayor may you help me?

    anisjolly Friend
    #286186

    Hi 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


    1. ja_fix
    jbgorg Friend
    #286225

    Hi 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,
    Carlos

    anisjolly Friend
    #286227

    send me your template’s index.php – i’ll make the amends and send it you back.

    please send it via pm.

    🙂

    scotty Friend
    #286228

    As 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

Viewing 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