TOPIC: Padding ?

Padding ? 10 years 8 months ago #1706

  • horvath
  • horvath's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
Not sure if this is a padding in the css, but I cant seem to locate it.

Around the site there is a small lined border. There is a padding where the left and right meet the top.

I am looking to close this padding.

In the image you will see i have found the code in the css to close the padding on the left, But I can not seem to close the right side. The is about 20px padding but I cant seem to get it to close no matter what I do..

Wonder if there is anyone who might have any tips?

Thank YOU!
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: Padding ? 10 years 8 months ago #1714

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
It is better if we can see your site then can figure it out from html code and css or you can find your self via firebug :-)

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Padding ? 10 years 8 months ago #1717

  • horvath
  • horvath's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
The website is still in production and offline, but I put it online and live if it helps.

I've looked for quite sometime with FireBug but perhaps you will have better luck..

Here is the URL: lakesregiondigital.com/

Its site wide, but you will notice it here the most...

lakesregiondigital.com/index.php/client-portal

Thanks for your help...

Eric
The administrator has disabled public write access.

Re: Padding ? 10 years 8 months ago #1725

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
In layout.css, find this code:
.mega_wrap {
    float: left;
    overflow: hidden;
    padding: 0;
    width: 950px;
}
and change it to:
.mega_wrap {
    overflow: hidden;
    clear: both;
    padding: 0;
}

and you will see the right space disappear.
In the second link you gave, will still have a space at right after that but that cause by ticket component.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Padding ? 10 years 8 months ago #1747

  • horvath
  • horvath's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
awesome.. very cool... thanks for the help..!
The administrator has disabled public write access.
Time to create page: 0.109 seconds