ginaemmer Posted May 3, 2021 Share Posted May 3, 2021 Site URL: http://www.steltcollaborative.com/consulting I know it's in the template settings that Page Description does not show on Banner images in the Five Template on mobile but I am wondering if there's a way for custom css to have it display? I want to use the description as a part of my design and need it to show on mobile as well. Thanks for any suggestions + help! Link to comment
tuanphan Posted May 5, 2021 Share Posted May 5, 2021 On 5/4/2021 at 3:51 AM, ginaemmer said: Site URL: http://www.steltcollaborative.com/consulting I know it's in the template settings that Page Description does not show on Banner images in the Five Template on mobile but I am wondering if there's a way for custom css to have it display? I want to use the description as a part of my design and need it to show on mobile as well. Thanks for any suggestions + help! Add to Design > Custom CSS /* Show page description mobile */ @media screen and (max-width:640px) { div#page-description { display: block !important; } div#page-description p { width: 100%; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment