• Resolved beitsiach

    (@beitsiach)


    Hello,
    I am making a new website (not yet live) for a customer.
    I have placed the Facebook box widget in the footer.
    On the settings page it looks perfect. But in the footer it is cut on the left, though I gave it more width.
    How do I fix that?
    The theme is child of Twenty Thirteen.
    Thank you for your help,
    Vera

    The page I need help with: [log in to see the link]

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi beitsiach,

    We checked the issue please follow these steps.

    1. Go to your theme -> click on customize button screenshot 1
    2. Next click on Additional CSS screenshot 2
    3. Copy CSS

    .widget-area.masonry .widget {
        position: static!important;
        width: 31%;
    }
    
    .fb-like-box.fb_iframe_widget {
        width: 100% !important;
    }
    .site-footer .widget-area, .sidebar .site-footer {
        min-height: 222px!important;
    }
    

    4. Paste CSS here and click on publish button for save settings screenshot 3

    Thanks.

    Thread Starter beitsiach

    (@beitsiach)

    Weblizar,
    Thank you for replying so quickly.
    I have done as you said, and it is much better, but still not quite full.
    Vera

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi beitsiach,

    – Please also paste this CSS and update it.

    .widget{
        padding: 20px 10px 20px 10px !important;
    }
    

    Thanks.

    Thread Starter beitsiach

    (@beitsiach)

    Thank you! It’s perfect now.
    Very grateful for your assistance.
    Vera

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi beitsiach,

    We are happy because your issue is fixed and enjoy our plugin.

    If like you support please review us.

    Thanks.

    Thread Starter beitsiach

    (@beitsiach)

    I’m sorry to bother again, but the faces began to show, and there is not enough height still for the face.
    I can see there is a div declared with max-height:89px; as element-style, but I don’t know where it gets the setting.
    Can you please help change it?
    Thank you,
    Vera

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi beitsiach,

    If you want to increase the height of widget you can set the height using plugin settings

    For help check this screenshot.

    Thanks.

    Thread Starter beitsiach

    (@beitsiach)

    Thank you.
    As a matter of fact, I already did that. In fact, it’s about the first thing I did. Screenshot here.
    It just doesn’t seem to mind the settings…
    Vera

    • This reply was modified 7 years, 2 months ago by beitsiach.
    Plugin Support weblizar_support

    (@weblizar_support)

    Hi beitsiach,

    Method – 1 Please follow this screenshot

    If method – 1 is not working use method – 2

    Method – 2
    – Please paste this CSS and update it.

    ._2lqg {
        background: #f6f7f9;
        border: 1px solid #e9ebee;
        border-top: 0;
        max-height: 300px!important;
        overflow-y: auto;
    }
    

    Thanks.

    Thread Starter beitsiach

    (@beitsiach)

    Thank you, it worked.

    Plugin Author weblizar

    (@weblizar)

    Hi @beitsiach,

    Thanks so much, update on this. Your feedback is really appreciated – HERE.

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Widget is cut’ is closed to new replies.