Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3150003
Dimensions of screen
Closed

Comments

  • Shirlyn started the conversation

    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.

  •  2,487
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Shirlyn replied

    Hi there, 

    Attaching the images

    4388646044.png


    Attached files:  Screenshot 2022-10-20 at 15.38.05.png
      IMG_6448.png

  •  2,487
    PenciDesign replied

    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.