Mobile logo image

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.Evaluations: 2, 3.00 on the average.3.00 out of 6 based on 2 vote(s)
GK User
Fri Aug 07, 2015 7:52 am
Reply with quote
Report this post
Hello,
I'm using In Style template (Joomla 3.x) http://www.fioredomenica.com and I want to use another logo image for mobile devices. Is that possible? or at least change the size of logo for mobile devices.

-ps. I'm using css logo choice if that helps somehow

Thanks
User avatar
Fresh Boarder

GK User
Fri Aug 07, 2015 8:01 am
Reply with quote
Report this post
Hi,
yes one option is possible in that template.
:mrgreen: Give me few minutes and I will prepare you a ready code to paste in "Custom CSS field" in template settings.
User avatar
Platinum Boarder

GK User
Fri Aug 07, 2015 8:11 am
Reply with quote
Report this post
Take your time!!!!! Thank you
User avatar
Fresh Boarder

GK User
Fri Aug 07, 2015 8:14 am
Reply with quote
Report this post
Steps:
1) Prepare smaller version of logo - I suggest that new logo image should have less than 300px of width (~290px)
2) You can also remove bottom part with text "Epyna...." on smartphone people do not have to see it I guess
3) upload new PNG image into main /image folder
4) Then use this code:

@media (max-width: 440px) {

#gkLogo.cssLogo {
background: transparent url("http://www.fioredomenica.com/images/logo_mobile.png") no-repeat scroll 0 0;
height: 130px;
width: 290px;}

}

So in all smartphones devices logo should be readable and fully visible.
p.s.
In shop there are soap or sweets ?
User avatar
Platinum Boarder

GK User
Fri Aug 07, 2015 9:32 am
Reply with quote
Report this post
Perfect it works!!!! Thank you

In shop there are aromatic and therapeutic soaps!!!
User avatar
Fresh Boarder

GK User
Fri Aug 07, 2015 10:10 am
Reply with quote
Report this post
They looks so appetizingly so I wanted to eat them all ;) ..even that are not banana....
Great job, I hope that you will finish your website soon.
User avatar
Platinum Boarder

GK User
Fri Aug 07, 2015 10:16 am
Reply with quote
Report this post
Thank you!
I hope so too, just some details and the shop will functioning normally. I believe until late August we'll be 100% ready.
User avatar
Fresh Boarder


cron