Hello, when I use the feature content slider module on my website's mainpage, if you scroll down you will see that the who's new? and "advertisement" are left align. They are not align in the center (as they were suppose to)

I am 100% sure that the featured content slider is intefering with the site layout.
Any help on editing this module, and getting it to stop intefering with my theme layout it will be appreciated.

Thanks!

by the way the website is: www.Jamrie.com

CommentFileSizeAuthor
#7 style.css7.8 KBvmenelas

Comments

sudeepg’s picture

Hey, first of all your site looks great :)

Hi I am on firefox and things look ok to me. Have you corrected it already?

Thanks,
Sudeep

vmenelas’s picture

Thank you, No I have not corrected the problem.
Unfortunately, I only see this problem on the browser (Internet Explorer 7) that I am using.

On any other browser, it works perfectly fine.

sudeoo’s picture

Look at:

style.css?k (line 520)

#footer {
margin:0 auto;
}

Change from "margin: auto 0" to "margin 0px auto"

vmenelas’s picture

Thank you for the fast response. I am a bit confused... was I suppose to change the margin code on my theme style.css or something else.
Because I changed the code on my theme style.css and I am getting the same problem.

Thank you again.

sudeepg’s picture

Yes. Change in your theme style.css line 520:

margin: auto 0;
to
margin:0x auto;

Hope this helps.

sudeepg’s picture

Status: Active » Closed (fixed)

I think this issue is no longer valid. I am closing it. Let me know in case you want to reopen it.

Thanks a lot,
Sudeep Goyal

vmenelas’s picture

Status: Closed (fixed) » Active
StatusFileSize
new7.8 KB

This is what I see on line 250.
background-color: #fff;
I am opening it in Adobe Dreamweaver CS3

#header {
background-color: #fff;
padding-left: 15px;
}

#header-wrapper {
background-color: inherit;
margin: 0 auto;
padding: 0;
width: 960px;

If you can please help me, I attached the file style.css from my theme.
If you can make the changes to fix it, It would really help me out!

thank you.

vmenelas’s picture

duplicate post.

sudeepg’s picture

I think your css file is changed or I missed something. Simply, add "margin: 0px auto;" to your #footer element in line 520:

line 520:
#footer {
border-bottom:1px solid #D6DDB9;
border-top:1px solid #D6DDB9;
clear:both;
display:block;
font-size:0.9em;
margin:0 auto; <<<<<<<<<<<<<< Add this line.
overflow:hidden;
padding:10px 0;
text-align:center;
width:960px;
}

Thanks,
Sudeep

vmenelas’s picture

Wow! Excellent fix.
Thank you

sudeepg’s picture

Status: Active » Closed (fixed)

Cool! Closing this thread now.