Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • kevintps Friend
    #181036

    I’m getting two footer lines. Anyone know how to get rid of one of them?

    I believe one is programed for the ‘top” nav and the other is from the “footer” copyright.

    It looks stupid with the two of them. I’m trying to get rid of one of them. It looks like the footer one doesn’t line up correctly anyway.

    http://www.ajequipmentrepair.com/joomla/

    MoonSailor Friend
    #468641

    Hi kevintps,

    It shows two footer lines because the html issue:

    [PHP]
    <div class=”wrap ” id=”ja-footer”>
    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    <div class=”ja-copyright”>
    <div class=”custom”>
    <div class=”wrap “>
    <div class=”main”>
    <div class=”main-inner1 clearfix”>
    [/PHP]

    When you using css code :
    [PHP]
    #ja-footer .main-inner1 {
    background: url(“/joomla/templates/ja_portfolio/images/divider-3.gif”) repeat-x scroll center top transparent;
    padding: 10px 15px;
    }
    [/PHP]
    it duplicates css of html tag.

    In this case : please check html of footer of your site or you can add css code in template:
    [PHP]
    #ja-footer .main-inner1 .main-inner1{
    background: none;
    padding: 0;
    }
    [/PHP]

    kevintps Friend
    #468746

    Thanks. Got rid of them!

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

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

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