Comments leoyipenvato started the conversationApril 14, 2022 at 12:45amI'm using Penci Slider Style 1 in front page.In mobile mode, how to set (1) the slider to full height and (2) top bar to transparent?I have attached my mobile screen and reference screen for your reference. Thank you. 2,610PenciDesign repliedApril 14, 2022 at 1:19amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 479px) { .penci-header-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; } .penci_navbar_mobile { background-color: transparent; } .featured-style-31 .penci-image-holder, .featured-style-32 .penci-image-holder { height: 100vh !important; }} Regards,PenciDesign.leoyipenvato repliedApril 14, 2022 at 5:09amworks perfectly, thank you very much. Sign in to reply ...
I'm using Penci Slider Style 1 in front page.
In mobile mode, how to set (1) the slider to full height and (2) top bar to transparent?
I have attached my mobile screen and reference screen for your reference. Thank you.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
works perfectly, thank you very much.