Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lulubug Friend
    #133959

    Hi There

    I have Joomcomment installed on my site and unfortunatly when I install this template and include a ‘read more’ on a post/article, the write comments from Joomcomment and the ‘read more’ are placed in the same position (so they overlap).

    I have tried to find where to move one of them to the right hand side but I haven’t had much luck. I need to have it so that I have one on the right and one on the left (I am not that fussy as to which one moves accross to the right) so long as the ‘read more’ and ‘make comment’ don’t overlap anymore.

    Does anyone have any idea on how to help me
    You can see the site at http://www.virtualworks.co.za

    Thanks 🙂

    Sherlock Friend
    #273699

    Hi
    you can edit to change position of reamore of Joomla:template.css (line 376)

    a.readon {
    background:transparent url(../images/readon-bg.gif) no-repeat scroll left center;
    color:#0358A8;
    display:block;

    height:15px;
    line-height:15px;
    text-align:center;
    width:100px;
    }

    Change to

    a.readon {
    background:transparent url(../images/readon-bg.gif) no-repeat scroll left center;
    color:#0358A8;
    display:block;
    float:right;
    height:15px;
    line-height:15px;
    text-align:center;
    width:100px;
    }

    lulubug Friend
    #273706

    Thank you so much, I can’t believe I missed where that was!!!

    That sorted out my issue instantly, thanks 🙂 great support 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  lulubug 16 years, 1 month ago.

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