* How can I fix my sign in border-right?
My slider area image has white space when I’m moving the sliders to the right
How can I center align my paragraph from the top images?
Thank you!
* How can I fix my sign in border-right?
My slider area image has white space when I’m moving the sliders to the right
How can I center align my paragraph from the top images?
Thank you!
You set the left button to -25px and the right button to -25px (left:-25px and right:-25px) which is pushing it outside of the page and induces scrollbars. Change those to positive values and you’ll see scrollbars disappear. You’ll want to introduce responsive breakpoints (as outlined in the slick slider website)
3) On “.content ul li p” give it margin:0 auto;
Thank you so much Ryan. Actually, the design wasn’t mine. I am just practicing my skills to convert it to HTML.
And the codes from the slider was already built in from the plugin slider,
I will redo the codes though.
Yup I use slick slider here at work and it’s such a great tool.
Is my footer area align?
You tell me. What do YOU think .
div.box ain’t good, should I use ul li’s instead from my footer links?
How? That’s not very descriptive.
UL/LI would be more semantic but that wouldn’t fix your issue (I’m not sure what it is though since you haven’t explained ;).)
How can I center align my footer links?
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.