Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #451866

    Can you please help me figure out how to reduce the sidebar widget title padding for the “5 Things You Can do” text widget. Here is my code: (I’m using the two_third element because I want the buttons to all be the same size but I think it is causing my padding issue.
    [av_two_third]

    [av_button label='Join our Newsletter' link='page,71' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    [av_button label='Learn about Dr. Kumar' link='page,29' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    [av_button label='Learn about Dr. Kumar’s Book' link='page,73' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    [av_button label='Learn about Ommani Center Services' link='page,30' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    [av_button label='Learn about Ommani Center Practitioners' link='page,42' link_target='' size='large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    [/av_two_third]

    #451939

    Hey msmazza!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #text-5 h3.widgettitle {
    padding: 0px 0 0px 0 !important;
    }

    Cheers!
    Rikard

    #451976

    Good morning Rikard,

    No luck. Didn’t change the padding on the Widget title.

    Mike

    #452098
    This reply has been marked as private.
    #452313

    Resolved with. Thank you for pointing me in the right direction.

    #text-5 .column-top-margin {
    margin-top: 5px;
    }

    Mike

    #452453

    Hi!

    Great, glad we could help :)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Widget tile padding’ is closed to new replies.