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 #3375825
Soledad Facebook Widget
Closed

Comments

  •  11
    LillaGreen started the conversation

    Hi, is there a way I can reduce the size of Soledad Facebook Widget for the Sidebar? Thank you


    2805365773.png


  •  2,486
    PenciDesign replied

    Hi,

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

    .penci_facebook_widget .fb_iframe_widget {
        max-width: 340px;
        max-height: 120px;
        overflow: hidden;
    }

    Change 120px to the height you want to show.

    Regards,
    PenciDesign.



  •  11
    LillaGreen replied

    Thank you!