Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #782624

    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

#783354

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

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