Tagged: content slider
1. I have a graphic to the left and copy to the rig. How do I increase the image padding?
2. Is it possible to have the arrows on the side of the Content slider instead of on top?
Hey mftonto2and3!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
Elliott
Thanks. Will do.
Hey!
1. Add this to a codeblock element in the page content.
<style type = "text/css">
.slide-entry-excerpt h2 img {
margin-right: 20px !important;
}
</style>
2. I did not see the arrows, are you hiding them? We might be able to use CSS to move them to either the left or the right of the slider but I’m not sure about one on either side yet.
Cheers!
Elliott