Responsive issue w/ Slider Wide

Homepage Community Forums Epik Theme Support Responsive issue w/ Slider Wide

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17456
    Nate
    Customer

      I am betting that my mobile rendering/responsive design is so bad b/c of what I’ve done in the Slider Wide. Here’s the old-school html I have in there.

      -Is this why my site is not mobile responsive?
      -How do I render this code and have it be responsive?

      <table width="100%" height="450" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#111111" 
      style="background-image:url(http://nathanagoodman.com/wp-content/uploads/2016/02/homepage-banner-squeeze2.jpg); background-repeat:no-repeat;">
        <tr>
          <td width="500">&nbsp;</td>
          <td><br /><br /><br /><br /><br /><br /><br />
         
          <p><a href="http://nathanagoodman.com/fourteen/" class="button large red">GET A FREE COPY</a></p></td>
        </tr>
      </table>

      Get a free copy of the bestseller, The Fourteenth Protocol, a thriller, here NathanAGoodman.com (copy/paste into your browser)

      #17465
      Eric
      Customer

        Yeah I wouldn’t use tables, use divs instead. Tables don’t show up consistently across browsers. Also don’t use inline code unless you have to. It’s much better to use classes or ID’s and then link them to your CSS stylesheet.


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

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.