Forums

Moving Blockquote Box (5 posts)

  1. ajay182
    Member
    Posted 2 years 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
    Theme Diva & Mod
    Posted 2 years ago #

    A link to your site would help.

  3. ajay182
    Member
    Posted 2 years ago #

    overratingtheunderrated.com

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

  4. esmi
    Theme Diva & Mod
    Posted 2 years 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 2 years ago #

    Many thanks, I'll give it a shot.

Topic Closed

This topic has been closed to new replies.

About this Topic