Problems with multiple images in home widgets

Homepage Community Forums Epik Theme Support Problems with multiple images in home widgets

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8830
    Abigailjane
    Customer

      Here’s my site: http://unitefortheanimals.org/

      As you can see in one of the home widgets I am trying to add 3 seperate images rather than 2, but I want each one to navigate to their specific links, but instead the link is sort of merging into one. How can I make sure each image navigates to the appropriate link and has a little spacing around it?

      Also when viewing on smaller screen they pile on top of each other and look funny. What can I do about this?

      Thanks!
      Abigail

      #8837
      Eric
      Customer

        That usually happens if you have an error in your code. Doublecheck all of your text widgets where you’ve added code and make sure everything is opened and closed properly. You can also run your site through a HTML Validator to show where some of the errors are.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #8839
        Abigailjane
        Customer

          I checked my code and can’t find any problems? Not sure what’s going on. I am currently only have one widget enabled under my slider where I am trying to add 3 images that are linked to different pages. Here’s the code:

          <a href="http://unitefortheanimals.org/shop/"><img src="http://unitefortheanimals.org/wp-content/uploads/2013/11/shop-mens.jpg" alt="Animal rights and vegan t-shirts"></a>
          
          <a href="http://unitefortheanimals.org/shop/"><img src="http://unitefortheanimals.org/wp-content/uploads/2013/11/shop-womens.jpg" alt="Animal rights and vegan t-shirts></a>
          
          <a href="http://unitefortheanimals.org/blog/"><img src="http://unitefortheanimals.org/wp-content/uploads/2013/11/the-blog.jpg" alt="Unite for the Animals Blog"></a>
          #8840
          Abigailjane
          Customer

            Found the problem! It was a missing ” !!

            #8844
            Eric
            Customer

              Ah, I see. Glad you found it 🙂


              I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Problems with multiple images in home widgets’ is closed to new replies.