Viewing 3 replies - 1 through 3 (of 3 total)
  • If you look at your style.css on line 294, you can see this:

    .alignright {
    float: right;
    height: auto;
    margin: 5px 0 5px 15px;
    }

    Just change the margin to

    margin: 20px 0 5px 15px;

    That will lower the image, but also all other images that align to the right and use that class.

    Thread Starter BennyBenassi

    (@bennybenassi)

    The image has been placed over to the right by a “widget” called “image(jetpack)”. Its not just aligned to the right. Is there anything else I can do? Thanks

    An easy thing to do ( I call this cowboy coding ) is to just add more whitespace to the image itself.

    If you are using jetpack, you can add custom css to anything you want.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adjusting Sidebar Photos’ is closed to new replies.