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 1,974Support 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 https://www.clapat.com/ Review Envato Item Support Policy 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
https://www.clapat.com/
Review Envato Item Support Policy