Responsive logo on the homepage
12 Feb 2016 15:32 #8074
Hi,
there is a way to make the logo on the top left responsive?
I mean....if I look the page in a tablet all the main menu goes under the logo, in a new row.
I would like that the logo has an automatic resize and become smaller.....impossible?
Thank you very much!!!
Re: Responsive logo on the homepage
15 Feb 2016 21:42 #8080
I don't know if this is the best way to do it, but you can add or modify the logo style on the responsive.css that you can find on the following path:
templatesjf_creativiacss
At the beggining of the file you will see all the media queries:
@media (min-width: xxxxx) and (max-width: xxxxx)
You can change your style there. For example I modified the menu for the website cacciagliaphotography.com you can have a look. Consider that I'm still working on it!