Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Footer contact us block does not show address icon  (Read 4193 times)

Offline buddahboy

  • Full Member
  • ***
  • Posts: 234
  • Karma: +32/-0
    • View Profile
Footer contact us block does not show address icon
« on: November 20, 2013, 12:51:27 PM »
Greetings,

The footer contact us block shows the telephone and the email icons but does not show the address icon - screenshot attached

I see in the /storefront/view/default_html5/stylesheet/style.css that there is the following:

}

.contact li>span {
   background: url(../image/sprite.png) no-repeat 0 0;
   display: inline-block;
   width: 30px;
   height: 30px;
}

.contact li>span.phone {
   background-position: 0 -502px;
}

.contact li>span.mobile {
   background-position: 0 -555px
}


.contact li>span.email {
   background-position: 0 -613px

}

And in the block there is code for those (and they show) plus an additional:

<li>
      <span class="address">&nbsp;</span>help at abantecart.com</li>

I added:

}

.contact li>span.address {
   background-position: 0 -613px

}

to the stylesheet but no go -- any help on this would be much appreciated. 

Thank to all for the help and assistance - makes using AC a great experience!

All the best,
Ron
AbanteCart is one hell of a shopping cart.  Donate once in a while and keep the development plus support going.  --  That's my opinion and I'm stickin' to it!

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: Footer contact us block does not show address icon
« Reply #1 on: June 17, 2014, 07:48:10 AM »
Hi.
Sprite image is located here ..\storefront\view\default_html5\image\sprite.png

You can change image and show part of sprite image using css code
background-position: 0 -502px; (change  502px to where located icon on sprite image)

Offline buddahboy

  • Full Member
  • ***
  • Posts: 234
  • Karma: +32/-0
    • View Profile
Re: Footer contact us block does not show address icon
« Reply #2 on: June 17, 2014, 10:55:58 AM »
Thanks Basara
AbanteCart is one hell of a shopping cart.  Donate once in a while and keep the development plus support going.  --  That's my opinion and I'm stickin' to it!

 

Powered by SMFPacks Social Login Mod