Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ash1111 Friend
    #133411

    Thanks guys. I’ve tried with CSS and can’t work it out.


    1. Untitled
    bennitos Friend
    #270863

    can you please post your site’s url? Will have a look 🙂

    ash1111 Friend
    #270891
    bennitos Friend
    #270892

    in your template.css file around line 700

    border-top:5px solid #ABABAB;

    remove that and you should be sorted (always make backup tho 🙂 )

    Menalto Friend
    #270893

    div.moduletable, div.moduletable_menu, div.moduletable_text, div.moduletable_hilite {
    border-top:5px solid #ABABAB;
    margin:0 0 20px;
    padding:0 1px;
    }

    look for the above in the css file and i marked in red what you should delete.

    ash1111 Friend
    #270895

    Thanks. Also, is there any way to move the victual line to the left of the module so it touchs the top of the menu?

    bennitos Friend
    #270897

    hmmm yes that is possible but then all the text in the middle will move a little bit up too

    #ja-containerwrap, #ja-containerwrap-c, #ja-containerwrap-cm, #ja-containerwrap-f, #ja-containerwrap-m {template.css line 630
    clear:both;
    margin:20px 0;

    change the margin from 20 to 0

    ash1111 Friend
    #270900

    Cool – Thanks guys.

    Menalto Friend
    #270901

    Or you can remove margin: 20px 0; from there and add this here instead at this place:

    #ja-containerwrap-c #ja-container {
    background:url(../images/hline.gif) repeat-y scroll 83% 0;
    padding:20px 0; <--------ADDED THIS
    }

    But then again you need to check your site on all links that it works as it should do.

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

This topic contains 9 replies, has 3 voices, and was last updated by  Menalto 16 years, 2 months ago.

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