CSS stacking vs inline block
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Lucida Sans Unicode'; color: #2b2f2f; -webkit-text-stroke: #2b2f2f}
span.s1 {font-kerning: none}
My theme's CSS file is telling the site to display all input elements as a block element, this is why they're stacking rather than aligning side by side. I need to set it to display: inline-block
how can i change the css to override stacking to inline?
[Links visible only for registered users]
Thanks
Comments
[Links visible only for registered users]
thanks