With CSS, I'd do it by adding
margin-right : 70px;into my body tag, how can I do it using the S2 Components?
Additionally, do any of you know how to add specific text-decorations to the default links in Component? Again, with CSS, I'd simply add
text-decoration: overline underline;to the page's style sheet, but I'm not sure how to accomplish this with Components.
Would an override accomplish it? For that matter, where is the override section of LJ styles now?