Problem with footer Margin
-
Hello there I wonder if you could help me I am trying to remove all the margins from the footer on my site. For some reason I can’t find what the line of code is that is creating the brown margin on the right of the footer. I am looking to get rid of it completely like the top, bottom and left margins. Thanks in advance. PS I am using gateway theme.
The blog I need help with is: (visible only to logged in users)
-
Hello
If you’re referring to this gray area on the right side of your footer: https://i.imgur.com/6zL2DBS.png
You can try this code to get rid of it:
.site-footer { text-align: center; max-width: 100%; }I would also recommend that you add this code, so your footer widgets will show up neatly centered on mobile:
.site-footer .widget { text-align: center; }1. Click this link: https://wordpress.com/customize/truthbalance.net
2. Go to CSS on the side menu.
3. Then put in the code.
4. Click Save and Publish button.You can find more information from this link:
https://en.support.wordpress.com/custom-design/editing-css/Let me know if you got stuck anywhere, so I can further assist you.
Regards,
Rose -
-
-
Actually there is one more thing which I wonder if you could help me with… I wonder if there is a way to centrally align everything on the site like this https://tealswan.com/teals-blog/venice-italy-r553/ rather than having it all aligned on the left?
-
- The topic ‘Problem with footer Margin’ is closed to new replies.