• Resolved katykat46

    (@katykat46)


    I’m trying to get my rss button and facebook button a little closer together. Where would I find the code to adjust?

    Thanks!!

    empismachine.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • caused by this in style.css:

    .right, .alignright {
    	float: right;
    	margin: 0 0 10px 25px;
    }

    remedy:

    add a more specific style for the footer social images;

    example:
    .copyright .alignright { margin-left: 0px; }

    make the value as small or large as you need.

    not a WordPress problem – for general formatting problems, try to use Firebug https://getfirebug.com/ to evaluate the involved css.

    Thread Starter katykat46

    (@katykat46)

    Okay, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close space between footer images’ is closed to new replies.