Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Arsham Mirshah

    (@arshammirshah)

    Hi Jeff, I wish I could help but styling (CSS) is different from site to site.. sorry!

    Thread Starter jeffgedgaud

    (@jeffgedgaud)

    What are you talking about, the plugin you designed for wordpress is not working correctly. The images show up in a row one after the other but the titles for each picture are also just piled on top of each other with no spacing so they are not lined up with the images. CSS has nothing to do with this, your plugin does not do what it should.

    This is not resolved…

    The plugin include inline styles in html tags. I think that this is not a good practice. I solve this problem with js, declaring clear:none to the .add_posts_content div, to avoid to make changes in the plugin (for compatibility with future upgrades)

    sorry by my bad english.

    Plugin Author Arsham Mirshah

    (@arshammirshah)

    Jeffgedgaud, I’m looking at your site.. the images are too big for the H1 (title) or vice versa (the titles are too small for the images).

    I would make your images smaller (using this plugin’s shortcode attribute “size” set to 50 or 64) … or otherwise, add a CSS class to make your title’s bigger…

    .add_posts h1{
    font-size: 28px;
    }

    Thread Starter jeffgedgaud

    (@jeffgedgaud)

    Is there any way to add spaces to the title lines, changing the text size really looks crappy, it would be more professional looking to be able to space out the titles instead of changing the size of text. Yur plugin works fairly well but this exact issue makes it almost unworkable because things just look terrible.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images not lining up with Text’ is closed to new replies.