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 prevent Scroll bars
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How to prevent Scroll bars
#28816
How to prevent Scroll bars 11 Years, 10 Months ago Karma: 1
Hi

This is an update to forum message
ARI Sexy Lightbox

When using the Article method of adding an item (rather than the Module method), the lightbox adds scroll bars and gets wider than the settings, adding scroll bars, horizontal and vertical.

It's hard to explain, but take a look here:
stage.monsterdigital.com/test-rowby.html

It's the video player about half way down the screen. There's a big play button, that activates the lightbox.

Is there a way to turn off scroll bars? When I was using the Module method I was able to avoid the scrollbars.

You can look at this page
stage.monsterdigital.com/scrollbartest2.html and click on shockproof and see no scroll bars.


Thanks !

Rowby
Last Edit: 2012/06/01 14:48 By rowby.
The administrator has disabled public write access.
 
#28817
Re:How to prevent Scroll bars 11 Years, 10 Months ago Karma: 747
Hello,

This problem with site template styles for component view. Add the next code before </head> tag in <joomla_directory>/templates/monsterdigital/component.php file:

Code:


<style type="text/css">
html
{
 margin-bottom: 0 !important;
}

body
{
 min-width: inherit !important;
 margin-bottom: 0 !important;
}

body .rt-container
{
 width: 100%;
}

body .rt-joomla .rt-article,
body #rt-mainbody,
body .rt-block
{
 margin: 0;
}

body .rt-joomla .rt-article-bg 
{
 margin: 0;
 padding: 0;
}
</style>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#28818
Re:How to prevent Scroll bars 11 Years, 10 Months ago Karma: 1
Wonderful! That fixed it

Thanks again and again and again!

Rowby
The administrator has disabled public write access.
 
Go to topPage: 1