Thanks,
Your suggestion resolved the double logo that I was seeing in my responsive view.
The HTML code in the logo module is:
Code:
<img class="uk-visible-large" src="images/domino/logo/domino-logo-500x240.png" alt="" border="0" align="left" width "500" height="240" />
<img class="uk-hidden-large" src="images/domino/logo/domino-logo-250x120.png" alt="" border="0" align="left" width "250" height="120" />
The logo in the responsive view is however still the same size before and after I applied this change. When I use a very small size logo as a test, I can see that it is being stretched to fit the height of the stick menu in the responsive view. On my phone, the sticky menu is taking 17% of the available screen height, so only 83% is left to show content. I'd like to reduce this to create more content sapce. Is this possible ?
Attachment File29-08-2018,223704.jpeg not found
Thanks,
Mario
Please Log in or Create an account to join the conversation.