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?

Width of the module
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Width of the module
#17699
Width of the module 12 Years, 8 Months ago Karma: 0
Hi,

I have set the width of the module to 780px. Thumbnails are : 220px X 150px

Layout type : simple gallery
Visible items count : 6
Item per row : 3
Padding : 0
Spacing : 0

My problem is that the exact layout widht is only 750px and not 780px. I don't want space on the right and increase the horizontal space between the thumbnails in order to align the gallery with the text above.

I have take a screenshot to explain my problem. I hope that you'll understand and that you could help.

Many thanks in advance.
Last Edit: 2011/07/25 10:36 By guyman95.
The administrator has disabled public write access.
 
#17700
Re:Width of the module 12 Years, 8 Months ago Karma: 746
Hello,

Could you specify where do you set module width? Could you provide link to page where we can see the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17701
Re:Width of the module 12 Years, 8 Months ago Karma: 0
Hi,

I have set the width in the module parameters. I am not using the plugin but load the module with the {loadposition ...} function.

You can see my problem there :

www.ebryde.com/clients/sb/photographe-architecture

Thanks
The administrator has disabled public write access.
 
#17703
Re:Width of the module 12 Years, 8 Months ago Karma: 746
Try to add the next CSS rule to a site template CSS file:

Code:


TABLE.prettyphoto-simple-table TR TD
{
 text-align: center;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17704
Re:Width of the module 12 Years, 8 Months ago Karma: 0
Hi,

Now it's better, the layout is now centered... but the width is always 750px.

So I have always a small marge on the left and on the right of the layout. I would like to increase the size to 780px in order to aligned on the left and on the right with the text above (see attachment).

Thanks.
The administrator has disabled public write access.
 
#17705
Re:Width of the module 12 Years, 8 Months ago Karma: 746
You have set width of the lightbox, not width of table with images. Table with images has width equals to 100% and images in table cells are centered. That is looks as you wish, download and upgrade "ARI Pretty Photo" module and add the next CSS rules:

Code:


TABLE.prettyphoto-simple-table TR TD.col-first
{
 text-align: left;
}

TABLE.prettyphoto-simple-table TR TD.col-last
{
 text-align: right;
}



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