• I am trying to change the font size in the header of the Instagram feed as it’s overflowing into the adjacent columns on my site. I read the FAQ regarding centering and added the font-size in the custom CSS settings but I cannot get this to work, the font just remains the same size what ever I do:

    #sb_instagram .sb_instagram_header{ text-align: center; font-size: 6px; }
    #sb_instagram .sb_instagram_header a{ float: none; display: inline-block; }

    https://www.ads-software.com/plugins/instagram-feed/

Viewing 1 replies (of 1 total)
  • Plugin Author smashballoon

    (@smashballoon)

    Hey Gary,

    You need to target the ‘h3’ element in the header. Try using the following Custom CSS instead and let me know whether it works for you:

    #sb_instagram .sb_instagram_header h3{ font-size: 6px; }

    I hope you’re having a good weekend.

    John

Viewing 1 replies (of 1 total)
  • The topic ‘Change font size in the Instagram feed header’ is closed to new replies.