[Resolved] Setting for Specific Widget

Home Forums Support [Resolved] Setting for Specific Widget

Home Forums Support Setting for Specific Widget

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #334575
    Thanesh

    Hi,

    How do I adjust spacing for specific widget?

    Let say for newsletter form widget in this site –> http://blog.duaminit.com/

    Thank You

    #334577
    Leo
    Staff
    Customer Support

    Hi there,

    They are all slightly different. For the newsletter one, try this:

    .widget-area .widget.widget_mc4wp_form_widget {
        padding: 20px 20px 20px 20px;
    }

    The notation is top, right, bottom, left.

    Let me know.

    #334579
    Thanesh

    Hi Leo,

    That was perfect! Now I know how this stuff work.

    Thanks a lot. πŸ™‚

    #334580
    Leo
    Staff
    Customer Support

    You’re welcome πŸ™‚

    #335525
    Thanesh

    Hi Leo,

    I had added HTML image to the widget. How do I adjust spacing aroud image for this type? I need image to fill up the widget without any spacing.

    http://blog.duaminit.com/ —> the first image widget

    Can you please advice?

    #335526
    Leo
    Staff
    Customer Support

    Try:

    .sidebar #text-3 {
        padding: 0;
        line-height: 0;
    }
    #335536
    Thanesh

    Hi Leo,

    All are good, but there is a small white spacing below the image. How can I fix that?

    Thank You

    #335540
    Leo
    Staff
    Customer Support
    #335541
    Thanesh

    Hi Leo,

    Thank you so much. That code is working. πŸ˜€

    #335567
    Leo
    Staff
    Customer Support

    No problem!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.