Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kmarionuofm

    (@kmarionuofm)

    also on mobile. it looks perfect.. so the issue is only on the homepage

    The issue is with this line of CSS:

    .home img,
    .search img,
    .archive img {
    	float: left;
    	max-width: 50%;
    	margin: 0 1em 1em 0;
    }

    which adds an additional margin to all images on your home page. You can fix this with a bit of custom CSS. If your theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and put

    .ssba img {
    margin: 0;
    }
    Thread Starter kmarionuofm

    (@kmarionuofm)

    Totally worked. Thanks Stephen. I owe you one brother.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Padding Gone Wrong’ is closed to new replies.