Creating multiple items in Home Feature 1 & 2

Homepage Community Forums Epik Theme Support Creating multiple items in Home Feature 1 & 2

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11143
    chuff80
    Customer

      I successfully used the code to float image & text left and right in the Home Feature widgets (thank you). Is there a way to create multiple rows with similar content?

      I tried using this code, but the second set of image & text float to the right of the first. What am I doing wrong?

      
      <div class="feature-left"><img src="example image" alt="image title" /></div>
      <div class="feature-right"><h4>Website Advice for Artists</h4>
      See our blog posts on what makes an effective artist website</div>
      &nbsp;
      &nbsp;
      &nbsp;
      &nbsp;
      <div class="feature-left"><img src="example image" alt="image title" /></div>
      <div class="feature-right"><h4>Blogging & Storytelling for Artists</h4>
      Learn to Connect with Collectors on an emotional level</div>
      

      Example page I’m working on is here: http://www.theabundantartisttest.com/ It’s about half way down the page.

      #11151
      Eric
      Customer

        Try adding them in a separate Text widget so you’ll have multiple text widgets to manage the code, rather than having everything inside the same one (easier to manage this way). When you create and stack multiple widgets, it should work fine since there will be separate div containers holding the content.


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

        #11187
        chuff80
        Customer

          *forehead slap* I can’t believe I didn’t think of that.

          Thank you. That worked.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The topic ‘Creating multiple items in Home Feature 1 & 2’ is closed to new replies.