- Posts: 5
- Thank you received: 0
Padding ?
- Eric Adjutant
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 9 months ago #1706
by Eric Adjutant
Padding ? was created by Eric Adjutant
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!
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:
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1714
by Linh Robert
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/
Replied by Linh Robert on topic Re: Padding ?
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
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/
Please Log in or Create an account to join the conversation.
- Eric Adjutant
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 0
12 years 9 months ago #1717
by Eric Adjutant
Replied by Eric Adjutant on topic Re: Padding ?
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
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
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 9 months ago #1725
by Linh Robert
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/
Replied by Linh Robert on topic Re: Padding ?
Hi,
In layout.css, find this code:
and change it to:
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
In layout.css, find this code:
Code:
.mega_wrap {
float: left;
overflow: hidden;
padding: 0;
width: 950px;
}
Code:
.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/
Please Log in or Create an account to join the conversation.
- Eric Adjutant
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 5
- Thank you received: 0
12 years 9 months ago #1747
by Eric Adjutant
Replied by Eric Adjutant on topic Re: Padding ?
awesome.. very cool... thanks for the help..!
Please Log in or Create an account to join the conversation.
Time to create page: 0.192 seconds