lists

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2736

    When I have an image on the left and a list beside it, the square for the unordered list is over the image. I’ve tried adjusting the padding and margin but it doesn’t move.

    Page in question: http://playtimeandpartyprintables.com/backwards-party-printables/

    Thanks for your assistance.

    #2739
    Wes
    Moderator

      I would probably create and reorganize your code/html differently….maybe using the alignleft/alignright class for the images and the text. Although if you would rather leave it as it is then you could just add “overflow: hidden;” to your .entry-content ul which is currently on line 1077 in your style.css file.

      Here is the code –

      .entry-content ol, .entry-content ul {
      margin: 0;
      padding: 0 0 25px;
      overflow: hidden;
      }

      …..just add overflow: hidden; and it should fix the look of it.

      #2740

      Thanks so much!   Works perfectly.  I really appreciate your taking the time to help.  I don’t know enough about code –  especially the overflow – so would never have been able to figure it out myself. Kudos!

      #2745
      Wes
      Moderator

        You’re Welcome!

      Viewing 4 posts - 1 through 4 (of 4 total)
      • The topic ‘lists’ is closed to new replies.