Comments Todd started the conversationSeptember 16, 2022 at 3:22amThe layout we are using only displays on desktop, not Tablet or Phone 2,580PenciDesign repliedSeptember 16, 2022 at 3:33amHi,If you want to customize the layout for the mobile, please scroll down to the "Logo For Mobile Nav Settings" options area.Regards,PenciDesign.Todd repliedSeptember 16, 2022 at 3:37amThank you but we want the banner to display - it is a link to an affiliate 2,580PenciDesign repliedSeptember 16, 2022 at 4:34amHi,Please go to Appearance → Customize → Additional CSS then add the following custom CSS code: @media screen and (max-width: 1024px) { .header__top { display: block !important; } .header__top .site-branding { display: none !important; }} Regards,PenciDesign. Sign in to reply ...
The layout we are using only displays on desktop, not Tablet or Phone
Hi,
If you want to customize the layout for the mobile, please scroll down to the "Logo For Mobile Nav Settings" options area.
Regards,
PenciDesign.
Thank you but we want the banner to display - it is a link to an affiliate
Hi,
Please go to Appearance → Customize → Additional CSS then add the following custom CSS code:
Regards,
PenciDesign.