Hi, I need help and I understand there may be a cost for it. I've purchased this template which we LOVE but although it does the resize on screen size perfectly in every other way, it doesn't resize the logo image in the header properly. I could add the tag to the CSS if I could find the right area.
Can you please help me either drop the logo from the smaller screen size views, or resize the logo?
Appreciate you!!
AS Templates
POSTED: 2014-01-30
Hello KATHLEYNE,
Your are right your logo is too big for mobile devices, please add the following class to the media.480.css file
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Can you please help me either drop the logo from the smaller screen size views, or resize the logo?
Appreciate you!!
Your are right your logo is too big for mobile devices, please add the following class to the media.480.css file
#logo a img {
margin-left: 20px;
width: 83%;
}
Regards, AS Team.