Hello,
I have added an Instagram widget above the header using this code:
`add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ ); function enfold_customization_header_widget_area() { dynamic_sidebar( ‘header’ ); }
The plugin I used for the widget is instagram feed.
I am just wondering if I am able to remove the white space above the instagram feed?
The website is http://www.despitetherain.com
Thanks heaps
Hey alyceburnett,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#text-8 {
padding-top: 0;
}
If you need further assistance please let us know.
Best regards,
Victoria