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?

module positioning in the header
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: module positioning in the header
#23716
module positioning in the header 12 Years, 3 Months ago Karma: 0
I have put the module in place of the
header on my website, and it is sitting in the middle of the header
position. I found out, through firebug, where and what i need to edit
in order to make the module move all the way to the right.

If you take a look at my site www.AllCityCarpetCare.com
inspect elements (with firebug)

this is what you will see

<div class="ju-Sheet-cc"></div>
<div class="ju-Sheet-body">
<div class="ju-Header">
<div class="ju-Header-png">
<div class="ju-Logo">
<div id="ais_43_wrapper" class="ari-image-slider-wrapper
ari-is-theme-default ari-image-slider-wCtrlNav">
</div>

then still using firebug, if you click on "div id" for
"ais_43_wrapper" you will see the wrapper has a height and a width.
After "width" if you add "float: right" you will see the slider will
move over all the way to the right, it will look like this in the css

#ais_43_wrapper, ais_43 {
float: right;
height: 250px;
width: 766px;
}


my problem is that i am not able to find "ais_43_wrapper" anywhere, to make the changes permanent i have tried ftp,ssh, and joomla itself.

Can someone tell me how to find the css in order to edit it please or give me another option to get the module positioned to where i would like it
The administrator has disabled public write access.
 
#23718
Re:module positioning in the header 12 Years, 3 Months ago Karma: 748
Hello,

"#ais_43_wrapper, #ais_43" CSS rules are generated by the module and "43" is a module ID. For another module instance it will have another ID.

In your case you can add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


.ju-Header .ari-image-slider-wrapper
{
 float: right;
}



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