Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor trishahdee

    (@trishahdee)

    Hello cjo2anyoti,

    The problem you are having has to do with your theme’s css. To fix this on your site add the following to your style.css and the info should not be on top of the image any longer.

    .entry-content ul.legislator-contact {
        margin-left: 4.5em;
    }

    Let me know if you need any further assistance.

    Thread Starter cjo2anyoti

    (@cjo2anyoti)

    Thanks so much Trishah! I really like the plugin and think it will be extremely useful.

    I don’t know much about css but I can probably get it in the right place if I can find out where it needs to be placed. Can you tell me exactly where I need to put that code?

    Plugin Contributor trishahdee

    (@trishahdee)

    Thank you for the kind words 😀

    Login into WP Admin then look in the left side menu and go to: Appearance > Themes. When you are there look in the left menu and under Appearance at the bottom click on “Editor”. This will take you to where you can edit your theme’s files. If it is not already showing the content of style.css find that file in the right side links and click it.

    At the top of style.css will be a section that starts with /* Theme Name: and ends with */ You can put the above style anywhere under that. Save and then check the plugin results again. If it still doesn’t work, then move the code to the bottom of the style.css file and it should work.

    One note of caution… If you are NOT using a child theme then every time your theme (parent theme) is updated you will have to include this tweak again.

    If you need additional help with this, please contact me at: plugins@constructivegrowth.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text crammed over to left on top of pictures’ is closed to new replies.