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?

How to change "Description" position ?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to change "Description" position ?
#10943
How to change "Description" position ? 13 Years, 5 Months ago Karma: 0
Hi!
Any one, could tell me how to make description box aligned to the right with transparent background like I made glazur-mistrz.pl/ (the text is the image)
The administrator has disabled public write access.
 
#10960
Re:How to change "Description" position ? 13 Years, 5 Months ago Karma: 751
Hello,

Could you explain your needs, do you want to show description from INI file at the right side like in your example but text should not be part of image?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10962
Re:How to change "Description" position ? 13 Years, 5 Months ago Karma: 0
Yes, exactly "text should not be part of image"
The administrator has disabled public write access.
 
#10964
Re:How to change "Description" position ? 13 Years, 5 Months ago Karma: 751
Add the following code to "CSS Styles" parameter in module settings:

Code:


{$id}_wrapper, {$id} 
{
 padding-right: 250px;
}

{$id}_wrapper .nivo-caption  
{
 top: 0;
 left: 100%;
 width: 250px;
 margin-left: -250px;
}



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