Jump to content

[SOLVED]prestalove jcarousel not aligning to left of page


Recommended Posts

OK im trying to align prestalove's jcarousel so that it aligns to the left of the page instead of the right. but i can seem to figure out what the problem is in the code to why it wont allow me to align it correctly. heres a screen shot of what im talking about

 

 

1-3.jpg

 

If any one has any ideas on how to go about fixing this that would be great thanx

Edited by invayne (see edit history)
Link to comment
Share on other sites

Edit prestalovecarousel.css and change the following /modules/prestalovecarousel/themes/quena/css/prestalovecarousel.css

 

(top two lines)

 

change this

.prestalovecarousel {

float: left;

position: relative;

background: url(../images/home-block-bg.png);

color: #fff;

-moz-box-shadow: 0px 0px 15px #000 inset;

-webkit-box-shadow: 0px 0px 15px #000 inset;

box-shadow: 0px 0px 15px #000 inset;

border-radius: 20px;

-moz-border-radius: 20px;

-webkit-border-radius: 20px;

margin-bottom: 30px;

 

to this

.prestalovecarousel {

float: right;

margin-right:15px;

position: relative;

background: url(../images/home-block-bg.png);

color: #fff;

-moz-box-shadow: 0px 0px 15px #000 inset;

-webkit-box-shadow: 0px 0px 15px #000 inset;

box-shadow: 0px 0px 15px #000 inset;

border-radius: 20px;

-moz-border-radius: 20px;

-webkit-border-radius: 20px;

margin-bottom: 30px;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...