Skip to content
Public Ticket #22596

Dimensions of screen

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

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.



Shirlyn replied

Customer Reply

Hi there, 

Attaching the images

4388646044.png

PenciDesign Supporter replied

Staff Reply

Hi,

Please send me a screenshot of this issue, I'll check and then send you a quick solution.

Regards,
PenciDesign.


Shirlyn started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.