Image positioning on home page
-
I’m using this theme and I love it, but I made a few updates to the site today and now I’m seeing a whole column of white space on the left-hand side of the homepage. Does anyone know how I can fix this? Please let me know.
The blog I need help with is: (visible only to logged in users)
-
Hi Lucette,
Are you familiar with CSS?
Change margin-left: 25% to margin-left: auto.
@media screen and (min-width: 60em) { .hfeed.blog:not(.home) .site-main, .hfeed:not(.home):not(.blog) .site-main { margin-left: 25%; margin-right: auto; padding: 0; width: calc( 75% - 25px); } }@media screen and (min-width: 60em) { .hfeed.blog:not(.home) .site-main, .hfeed:not(.home):not(.blog) .site-main { margin-left: auto; margin-right: auto; padding: 0; width: calc( 75% - 25px); } } -
Hi @lucetteromero, to add custom CSS to make the change you are wanting, you would need to have the WordPress.com Premium or Business plan upgrade, which include Custom Design and the ability to add custom CSS.
- The topic ‘Image positioning on home page’ is closed to new replies.