invayne Posted July 16, 2012 Share Posted July 16, 2012 (edited) 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 If any one has any ideas on how to go about fixing this that would be great thanx Edited July 17, 2012 by invayne (see edit history) Link to comment Share on other sites More sharing options...
tdr170 Posted July 16, 2012 Share Posted July 16, 2012 Edit the css file and change the margins or padding. When asking a question like this if you give a link to site we can use a developer tool to tell you what to change. Link to comment Share on other sites More sharing options...
invayne Posted July 16, 2012 Author Share Posted July 16, 2012 sorry heres the web adress http://soundtracksunlimitedplus.org/ Link to comment Share on other sites More sharing options...
tdr170 Posted July 16, 2012 Share Posted July 16, 2012 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 More sharing options...
invayne Posted July 17, 2012 Author Share Posted July 17, 2012 thank you very much that worked perfect! Link to comment Share on other sites More sharing options...
tdr170 Posted July 17, 2012 Share Posted July 17, 2012 No problem glad to help: Please add solved to your post. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now