Comments Shirlyn started the conversationOctober 20, 2022 at 3:54amHi there, We found that the “X“ button on the menu was cut off when the blog site is opened using Galaxy Z Fold 4 / AOS 12.Can you please advise can we adjust the dimensions for it on our theme.Thank you. 2,610PenciDesign repliedOctober 20, 2022 at 6:53amHi,Please send me a screenshot of this issue, I'll check and then send you a quick solution.Regards,PenciDesign.Shirlyn repliedOctober 20, 2022 at 7:40amHi there, Attaching the images 2,610PenciDesign repliedOctober 20, 2022 at 8:10amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .open-mobile-builder-sidebar-nav .penci-builder-mobile-sidebar-nav,.open-mobile-builder-sidebar-nav .close-mobile-menu-builder,.open-mobile-builder-sidebar-nav .close-mobile-menu-builder { left: 270px;} @media only screen and (max-width:479px) { .penci-menu-hbg { width: 270px !important; } } .penci-builder-mobile-sidebar-nav { transform: translateX(-270px); -webkit-transform: translateX(-270px); -moz-transform: translateX(-270px);} You can change 270px with the size you want to show.Regards,PenciDesign. Sign in to reply ...
Hi there,
We found that the “X“ button on the menu was cut off when the blog site is opened using Galaxy Z Fold 4 / AOS 12.
Can you please advise can we adjust the dimensions for it on our theme.
Thank you.
Hi,
Please send me a screenshot of this issue, I'll check and then send you a quick solution.
Regards,
PenciDesign.
Hi there,
Attaching the images
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
You can change 270px with the size you want to show.
Regards,
PenciDesign.