Hi! Loved working with this theme. Only one question about the top logo size. On the desktop size, it shows its full size, approx. 900px, and then when you resize the screen to tablet size, it automatically reduces the logo size...but then when you reduce the size to a mobile screen size, it goes full-size again. Is there a way to add some styling so that it scales down for the the mobile screens as well?
Thanks so much in advance!!
Resize Logo for Mobile screens
2 posts from 2 voices-
Posted 10 months ago #
-
Hi sarahc10,
You can open your wp-content\themes\choices\css\layout.css and find this line of code:
@media only screen and (max-width: 767px) {
Below it you can add this code:
.logo_holder a img { width: 200px !important; }Just adjust the width that will fit to the mobile browser. Hope this helps. :)
Regards,
IsmaelPosted 10 months ago #
Reply
You must log in to post.














