How do I fix the margins?

Discussion in 'Poloray WordPress Theme' started by goldkey, Oct 31, 2012.

Thread Status:
Not open for further replies.
  1. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Hi there.
    When I uploaded a background image, the content in all the pages seem to be to close to the edge of the display area. Please see attached image.

    How do I co about fixing this?

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Hi Gourav
    The link to the website is http://pgdynamic.ca/

    Thank you in advance for your help.

    Cheers
    Laurie
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_info {
    margin-left: 30px;
    }
    .content-info-btn {
    margin-right: 15px;
    }
    .feature_inner_box.first {
    margin-left: 20px;
    }
    .feature_inner_box.last {
    margin-left: 13px!important;
    }
    Adjust its value as per your requirement.
     
  5. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks Gourav
    That definitely fixed the home page margin issues, but the margin issues still exist on all the other pages.

    Here are links to pages that will help demonstrate the issue;

    Page with left sidebar - http://pgdynamic.ca/rentals/
    Full width page - http://pgdynamic.ca/specials/

    If you could provide me with the solution, I would be most appreciative.

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar {
    margin-left: 30px;
    }
    .sidebar {
    width: 70%;
    }
    .fullwidth {
    width: 96%;
    margin-left: 30px;
    }
    Adjust its value as per your requirement.
     
  7. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    That did the trick. Thanks Gourav.

    Cheers
    Laurie
     
Thread Status:
Not open for further replies.

Share This Page