Responsive WordPress Theme – Caliber

A theme with simple controls and limitless potential. Work fast and build an amazing website!   Find out more »

UpThemes – Beautiful WordPress Themes

Create a site your church, gallery, newspaper, blog, recipes, band and more!   See the themes »

Need a little help?  Find answers quickly by searching the forum.
Group Admins
  • andy
  • jeffw

Support for: Razor: Cutting Edge WordPress Theme

Razor

Public Group  |  active 1 year, 8 months ago ago
Viewing post 1 to 4 (4 total posts)

Content full width with no margin on the left

  • concepta

    said

    I am unable to get my images to run the full width of the page , I always have a margin down the left hand side … can you tell me how to ensure my ”Gift Card ” and ”Bridal & Wedding Services ” images take up the full width of the page (960 px) and not go to right hand side? I also have this problem on my Shop with Us page … the image is to the RHS, i have tried centering the image but it still lands here … this is my url so that you can see that the images need to line up with the edge of the slider http://headstarthairsalontrim.com/ many thanks in advance

  • jeffw

    said

    Hi, concepta.

    That’s because the main content area – i.e. the area under the header and above the footer – has 40px of inbuilt padding to keep the content away from the hard edges.

    If you want some content to be flush with the hard left edge of the main content area then you can add to your HTML content a div with a negative left margin to do that. For example…

    <div style="margin-left: -40px;">
      <p style="text-align: center;">
        <a href="http://headstarthairsalontrim.com/wp-content/uploads/2014/04/GIFT-VOUCHER-GRAPHIC.jpg">
          <img class="size-full wp-image-128 aligncenter" alt="GIFT VOUCHER GRAPHIC" src="http://headstarthairsalontrim.com/wp-content/uploads/2014/04/GIFT-VOUCHER-GRAPHIC.jpg" width="960" height="175" />
        </a>
      </p>
    </div>
  • jeffw

    said

    Go to the forum page that lists all topics (click the Forum tab above the first post in this topic) and click the big purple New Topic button.

Viewing post 1 to 4 (4 total posts)