YES!! I’m doing cartwheels! Thank you so much!!
Hi @matthewruddy,
What I’m trying to do is float the slideshow left and add a 15 px margin on the right between it and the text. (I only floated the slideshow right to test that I was editing the correct part of the code.)
Right now, the complete code I have in the Stylesheet is:
.easingsliderlite{
height: 360px;
width: 300px;
float:left;
margin-right: 15px !important;
}
And it’s floating but not adding a margin: http://frannychoi.com/test/
I’m trying to put this on my homepage. My current homepage just has a photo with text next to it: http://frannychoi.com
Basically, I want this same thing (margin and all) but with the slideshow in place of the single image.
I think I’m following your instructions, so I’m not sure why it’s not working… It seems so simple.
Thanks for your help!
Sadly, no!
I know it should be responding because I can make it float right instead of left, but no luck…