• Resolved emptydoll

    (@emptydoll)


    I love this theme. The only glitch is I can’t get the image alignment to work. It works on the wordpress wysiwyg interface, but a bit of code somewhere is nullifying it and everything lines up straight vertically. I can’t align anything left or right. I’ve tried changing the align code in the style.php no luck. Anyone have a similar problem?

    http://hollowdolls.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author stebrech

    (@pixelstrolch)

    Hi emptydoll
    This issue has already been reported and will be fixed next update.
    Until then you might change the following css rules in style.css

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
       clear: both;  /* <-- delete this line */
       ...
    }
    
    p {
       clear: both;  /* <-- delete this line */
       margin-bottom: 1em;
       overflow: hidden;  /* <-- delete this line */
    }

    Thread Starter emptydoll

    (@emptydoll)

    Thanks, I’ll try that out.

    One temp fix I found is using the &nbsp; to make a line space between paragraphs that you want to continue wrapping (or in other words: to follow the style.css align:left; to an image.)
    ——– eg:

    -image code-
    <a href="http://hollowdolls.com/?page_id=124">here</a>
    &nbsp;
    Purchase The Hollow Dolls on Amazon. 

    ———-
    It holds for ‘after’ too on other devices.

    Link: see: http://hollowdolls.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image alignment’ is closed to new replies.