Forums

Moving Blockquote Box (5 posts)

  1. ajay182
    Member
    Posted 4 months ago #

    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.

  2. esmi
    Member
    Posted 4 months ago #

    A link to your site would help.

  3. ajay182
    Member
    Posted 4 months ago #

    overratingtheunderrated.com

    I've removed the blockquote for now, but whenever I insert it, it goes underneath the pic.

  4. esmi
    Member
    Posted 4 months ago #

    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.

  5. ajay182
    Member
    Posted 4 months ago #

    Many thanks, I'll give it a shot.

Reply

You must log in to post.

About this Topic