Move position of Facebook pluggin
-
Hi,
I have a Facebook page pluggin (Jetpack) installed at the footer of my blog. But I would like to move it ever so slightly to the left – so that it is centered with the widgets at either side.
Does anyone know the CSS code to do this?
Many thanks, Tom
The blog I need help with is: (visible only to logged in users)
-
Hi gutrection,
This happens because of the width set for widget is 30%.
Only CSS needed for this is to change width of Widget class:
.widgets { width: fit-content; float: left; margin-left: 5%; }The page look like this https://imgur.com/8U0LDjO
Hope it helps!
-
Hi, thanks for your help on this. However, I copy and pasted the above CSS but it doesn’t seem to change the position of the pluggin at all, even when I change the ‘margin-left’ percentage…Strange?
Any ideas what I’m doing wrong?
-
Do any members know how to solve this? It is a minor issue but I want my blog to be symmetrical:)
Thanks
- The topic ‘Move position of Facebook pluggin’ is closed to new replies.