CSS codes not applied

Re: CSS codes not applied

by Colin Fraser -
Number of replies: 1
Picture of Documentation writers Picture of Testers

Just a punt, as I am not a theme developer, would you not add in something like:

ul.polaroids  { list-style-type: none;  margin: 0;  padding: 0; background-color:#ffbf80; } 

somewhere at the start of that code? 

Seems to me that the list is being a traditional list and aligning each element to the left, whereas what you want in a block. 

Alternatively, as this is for the front page, have you considered a table? 

In reply to Colin Fraser

Re: CSS codes not applied

by marwa bekrar -
i got an answer from the theme designer, he said : 


Hi,

you have done everything right: The CSS goes to the "Custom CSS" text field at the Theme Lambda settings (though you don't need to apply these CSS modifications also at "More" - that's just a different theme).
But the CSS that they are providing at http://zurb.com/playground/css3-polaroids is not complete - it's only the basic part about how to randomly rotate the images with the :nth-child pseudo-selector.

At codepen, you always get the full HTML and CSS sources together with an online editor and a preview. Perhaps this one might be a good solution to fit your needs:
https://codepen.io/koobiethekooala/pen/zwlHv

i tested the codes and it worked big grin