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?

Article with no padding to left border
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Article with no padding to left border
#54546
Article with no padding to left border 8 Years, 11 Months ago Karma: 0
Hallo,
im using now Joomla 3.1.4 and has updatet the lightbox to 1.11.5
My testside is My Testside.
For the Menu in the left colomn i set at Lightbox Links the following code:

Code:

"UL.ux-menu-vertical A.ux-menu-link-level-0"|width=800&height=550&tmpl=component
"UL.ux-menu-vertical A.ux-menu-link-level-1"|width=800&height=550&tmpl=component



All articles in the Lightbox starting directly at the left border.
How can i get a padding-left: 15px for example?

At the template.css i put in the ID

#SLB-Contenido {
padding-top: 15px;
padding-right: 15px;
padding-left: 15px;
}

But there is no change in the Lightbox.

Can you help me?
Thank you!!
Last Edit: 2015/05/17 23:01 By rudi72.
The administrator has disabled public write access.
 
#54550
Re:Article with no padding to left border 8 Years, 11 Months ago Karma: 747
Hello,

These paddings should be defined in site template for "component" view. Open component.php file from site template folder and add the following code between <head> and </head> tags:

Code:


<style type="text/css">
.item-page {padding:15px 15px 0 15px;}
</style>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#54554
Re:Article with no padding to left border 8 Years, 11 Months ago Karma: 0
Thank you very much!!!
You are great!!
It works like i wanted.

Great Service with fast answering!

Regards Rudi72
The administrator has disabled public write access.
 
#54557
Re:Article with no padding to left border 8 Years, 11 Months ago Karma: 0
Hallo Experts,

i have another question:

How can i make it, that the Guestbook "IBF-Gästebuch" in the Topmenu, is working kompletly in the Lightbox?
Now only the entrys are displayed in the Lightbox, but when i want to make a new entry,"Neuer Eintrag", then the komplete website is displayed.
For the Components in the Lightbox are also padding: 0
Anmeldung, Gästebuch, Downloads
Where can i change this?

Regards Rudi72

The administrator has disabled public write access.
 
#54558
Re:Article with no padding to left border 8 Years, 11 Months ago Karma: 747
It requires to modify you guestbook extension that it adds "tmpl=component" parameter if it is defined on main page.

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