Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

White border around content
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: White border around content
#34374
White border around content 11 Years, 5 Months ago Karma: 0
Hi,
I would like the background colour of the sexy lightbox contents to match my web site background.
I have set the colour of the article and of the background in the lightbox plugin but there is a white border around the article.
Does any one know what is causing this and how do I remove it?
You can see the pop up box here aegeanescapes.com
Link is "2013 price list"

Many thanks
Last Edit: 2012/11/19 16:28 By Gardennorm.
The administrator has disabled public write access.
 
#34375
Re:White border around content 11 Years, 5 Months ago Karma: 747
Margins are defined in site template styles. Add the following CSS rule to a site template CSS file:

html body.contentpane
{
margin:0;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39141
Re:White border around content 11 Years ago Karma: 0
Hi,


I am trying to do the same (though opposite). I would like to increase the margin between text and lightbox border.

I have tried to alter the 'css/template.css' file as follows but with no effect (see also attached image).

html, body {
line-height: 1.5;
margin: 20;
padding: 0;
}

Does anyone have a solution?

Or is this a question for my template provider?

Hi,
Henrik
The administrator has disabled public write access.
 
#39142
Re:White border around content 11 Years ago Karma: 747
Hello,

Could you provide a link to a page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#39143
Re:White border around content 11 Years ago Karma: 0
The administrator has disabled public write access.
 
#39145
Re:White border around content 11 Years ago Karma: 747
Add the following code to component.php file in site template folder between <head> and </head> tags:

Code:


<style type="text/css">
BODY {padding: 15px;}
</style>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12