Just trying to find out how to resize the mobile logo in Edenite II. The logo is rectangular and I want it to go all the way across the screen. See attachments.
What I Have:
What I Want:
Hi dcross02, You can add the following CSS code to the /templates/ja_edenite_ii/css/custom.css file.
@media (max-width: 767px) { .col-xs-7.logo { width: 100%; } }
Thank you, Dominic. That worked perfectly!