Comments darren started the conversationJanuary 18, 2017 at 12:47pmI have used a vertical logo on my site. Is it possible to change the orientation of it to horizontal when its responsive on mobile. thanks 2,006Support repliedJanuary 18, 2017 at 8:51pmHello,only if you change the dimensions of the logo image in media query for mobile:@media only screen and (max-width: 479px){ #logo img { height: auto; margin-top: 10px; margin-left: 25px; padding: 20px 0; width: 50px; }}in theme options -> styling options -> custom cssThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
I have used a vertical logo on my site. Is it possible to change the orientation of it to horizontal when its responsive on mobile.
thanks
Hello,
only if you change the dimensions of the logo image in media query for mobile:
@media only screen and (max-width: 479px){
#logo img {
height: auto;
margin-top: 10px;
margin-left: 25px;
padding: 20px 0;
width: 50px;
}
}
in theme options -> styling options -> custom css
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio