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 #3368029
Responsive Design - Penci Block Video
Closed

Comments

  • AlexBepunkt started the conversation

    Hello PenciDesign,

    A review of the Penci Block Video shows that the responsive design has weaknesses. Here is an example of a one-column page at approx. 1170px.

    In this example, I shrink the page to 940px and the sidebar will eventually disappear. It is still partially visible, but no longer navigable. A large empty space has now been created under the Penci Block Video, which stretches about 1550px vertically. That's ugly.

    At 890px horizontally the large empty space below the Penci Block Video disappears.

    Regards,
    Alexander 

    Attached files:  Screenshot_31.jpg
      Screenshot_29.jpg
      Screenshot_32.jpg
      Screenshot_30.jpg

  •  2,278
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media screen and (min-width: 960px) and (max-width: 1240px) {
         .penci-vc_sidebar-right .penci-container__content {
             display: block;
         }
         .penci_dis_padding_bw .penci-vc_sidebar-right .penci-content-main {
             padding-left: 0;
             padding-right: 0;
         }
    }

    Regards,
    PenciDesign.