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
Comments
Comment #1
sudeepg commentedHey, 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
Comment #2
vmenelas commentedThank 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.
Comment #3
sudeoo commentedLook at:
style.css?k (line 520)
#footer {
margin:0 auto;
}
Change from "margin: auto 0" to "margin 0px auto"
Comment #4
vmenelas commentedThank 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.
Comment #5
sudeepg commentedYes. Change in your theme style.css line 520:
margin: auto 0;
to
margin:0x auto;
Hope this helps.
Comment #6
sudeepg commentedI 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
Comment #7
vmenelas commentedThis 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.
Comment #8
vmenelas commentedduplicate post.
Comment #9
sudeepg commentedI 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
Comment #10
vmenelas commentedWow! Excellent fix.
Thank you
Comment #11
sudeepg commentedCool! Closing this thread now.