News:

AbanteCart v1.4.2 is released.

Main Menu
support

How to: Remove border on logo for HTML5

Started by kwong, April 03, 2014, 03:25:32 PM

Previous topic - Next topic

kwong

Hi all,

I have spent the hours trying to get rid of a white border around my logo that appears only when mobile phones or tablets are used. When browsing using a PC, the border isn't there.

I have tried changing values in style.css around the .logo area but still can't get rid of it. What am I missing here?

I have attached screenshots on how my logo looks like on both my mobile phones and my PC.

Thanks in advance,
Kwong

abantecart

Unfortunately, there is no way to tell by looking at your images. You have 2 options:

1. Post the link, so someone on a forum can inspect your site in Firebug on firefox or other browser

2. Inspect HTML and CSS in the browser yourself.
https://getfirebug.com/
https://developers.google.com/chrome-developer-tools/
etc....
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

kwong

Hi,

Thanks for the reply.

Ok, here is the link to my site
www.tupeihookah.com

thanks in advance :)

Basara

Quote from: kwong on April 03, 2014, 05:03:19 PM
Hi,

Thanks for the reply.

Ok, here is the link to my site
www.tupeihookah.com

thanks in advance :)

Hello.
Look for this code in the http://www.tupeihookah.com/storefront/view/default_html5/stylesheet/style.css (line 6201)


.logo img {
    background-color: #FFFFFF;
    padding: 5px;
}


#FFFFFF is white color change to anything else

kwong

Quote from: Basara on April 04, 2014, 02:52:23 AM
Quote from: kwong on April 03, 2014, 05:03:19 PM
Hi,

Thanks for the reply.

Ok, here is the link to my site
www.tupeihookah.com

thanks in advance :)

Hello.
Look for this code in the http://www.tupeihookah.com/storefront/view/default_html5/stylesheet/style.css (line 6201)


.logo img {
    background-color: #FFFFFF;
    padding: 5px;
}


#FFFFFF is white color change to anything else

Thank you so much Basara!! U saved my day, literally :) I can now sleep in peace ;D

Cheers mate!

Basara

Quote from: kwong on April 04, 2014, 02:56:19 AM
Thank you so much Basara!! U saved my day, literally :) I can now sleep in peace ;D

Cheers mate!

Sleep in peace, bro  ;)

Forum Rules Code of conduct
AbanteCart.com 2010 -