• Hi all. When you look at the Facebook Feed near the bottom of the page. You can see there’s an image next to it but it’s offset. No matter what I do with CSS…the image will not position itself to the right of the Facebook feed and stay inline. I also would like it to be the same size as the Facebook feed.

    [custom-facebook-feed]
    
    <div><img class="imagefour" src="https://abconnexions.org/wp-content/uploads/2017/02/IMG_9037-e1486232939633.jpg" alt="Three" />
    </div>

    and for the css…

    .imagefour
    {
    width:800px;
    height:300px;
     float: right;
    }

    It doesn’t seem to be picking up the image class.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t position image to right’ is closed to new replies.