Jump to content

kmarsh12

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kmarsh12

  1. Hello,

     

    I'm attempting to re-create this Wix page - http://gtnphotography.wix.com/collectivecp#!new-equipment/c10au -in WP using the genesis theme. However, I'm having issues with spacing and alignment. Here's the code I have:

     

    <style>

    div.container{
    position: relative;
    }
    p {
    text-align: center;
    margin-bottom: 60px;
    }
    div.container img{
    position: absolute;
    top: -30px;
    left: -10px;
    right: -10px;
    }
    </style>
    <div class="container">
    </div>
    Any help would be great.
    Thanks,
    Kelsey
×
×
  • Create New...