Removing space between end post and social icons
-
Hi,
I’m looking for CSS code that can help me achieve two things:
1 – Remove the large gap that is added at the end of a blog post before the social sharing icons on desktop
2 – Right-align the Instagram widget in the footer of my website on desktop
I have zero coding skills so a simple answer with copy and paste code would be amazing!
TIA,
AimeeThe blog I need help with is: (visible only to logged in users)
-
Hi Aimee, I took a look at several of your posts and find empty paragraphs below the last of the text. You need to open the posts where there is too much space below the content.
On the Instagram widget, the following will take the it to the right, but keep in mind that if you add additional widgets to the footer area, things will go awry and the code will have to be removed.
#wpcom_instagram_widget-5 { float: right; }
- The topic ‘Removing space between end post and social icons’ is closed to new replies.