-
AuthorPosts
-
May 30, 2015 at 4:44 am #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]
May 30, 2015 at 8:27 am #451939Hey msmazza!
Please try the following in Quick CSS under Enfold–>General Styling:
#text-5 h3.widgettitle { padding: 0px 0 0px 0 !important; }
Cheers!
RikardMay 30, 2015 at 11:23 am #451976Good morning Rikard,
No luck. Didn’t change the padding on the Widget title.
Mike
May 31, 2015 at 2:03 am #452098This reply has been marked as private.June 1, 2015 at 3:48 am #452313Resolved with. Thank you for pointing me in the right direction.
#text-5 .column-top-margin {
margin-top: 5px;
}Mike
June 1, 2015 at 10:49 am #452453 -
AuthorPosts
- The topic ‘Widget tile padding’ is closed to new replies.