Div not working
-
I am super new to WordPress, and I’m trying to style the images on my page using a div. In the page I have the following code:
<div class=”trailer”>
<img src=”https://soulriverfilm.com/wp-content/uploads/2013/05/trailer-coming-soon.jpg” alt=”trailer coming soon” width=”432″ height=”273″ class=”alignright size-full wp-image-67″ />
</div>and the CSS in my child theme reads thus:
.trailer {
float: right;
height: 273px;
width: 432px;
margin-top: 200px;
position: absolute;
z-index: 10;
margin-right: 40px;
right: 0px;
bottom: 150px;
top: 590px;
}
I am most likely missing something super simple. Any clues?
https://www.soulriverfilm.com
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Div not working’ is closed to new replies.