text align to picture – thanks :)
-
In my home page – the child page with an iphone with black screen
there is a picture with some white margins.. so I position the text over the white margins with:#post-1685
p {
position: relative;
left: 90px;
}all went ok.
now I want to positon also the h1 and horizontal line…
I used:
#post-1685
h1 {
position: relative;
left: 90px;
}
}but
1. it moves also -the photo- and not just the h1
2. I dont know how to target the horizontal line or if threre is another way to target all the text with the line at once…thanks for helping ! :)
The blog I need help with is: (visible only to logged in users)
-
solved :) thanks!
targeting the image
img.wp-image-2615.alignright {
position: relative;
right: 90px;
z-index: -1;
}
- The topic ‘text align to picture – thanks :)’ is closed to new replies.