Hi guys,
I'm trying to move the blockquote box from underneath my images in posts, and move it to the right of the image. Can anyone advise how to do this? I'm using the Atahualpa theme if that helps. Thanks.
Hi guys,
I'm trying to move the blockquote box from underneath my images in posts, and move it to the right of the image. Can anyone advise how to do this? I'm using the Atahualpa theme if that helps. Thanks.
A link to your site would help.
I've removed the blockquote for now, but whenever I insert it, it goes underneath the pic.
Edit atahualpa/style.css and look for:
blockquote {
height: 100px;
width: 100px;
display: block;
clear: both;
/* more ... */
}
blockquote blockquote {
height: 1%;
display: block;
clear: both;
/* more ... */
}
Remove both display: block; lines.
Many thanks, I'll give it a shot.
You must log in to post.