Hi guys,
I’m using the LayerSlider to show products on a landing page and all of these products have a ®. To superscript the ® I’ve used the <sup> tag. Now I’d like to adjust the size and position of the ®. Therefore I used the following code in the LayerSlider CSS Editor.
.ls-layers sup {
font-size: 65%;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -0.75em;
}
Unfortunately, it doesn’t work… Any ideas?
Thanks!
Hey uUSA,
Please provide a link to the admin section so we can try to workout the css for this.
Best regards,
Jordan Shannon
Hi,
I logged in and added the following to quick css:
.ls-layers sup {
font-size: 30%!important;
line-height: 0;
position: relative;
vertical-align: baseline;
top: -20px!important;
}
This in fact worked for me. Please view it in the browser.
Best regards,
Jordan Shannon
That works! Thanks so much!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon