hi guys
i want to make a slider like in this demo (not full width but the same width like the container for text below)
http://kriesi.at/themes/enfold-minimal-portfolio/
but with captions and buttons (links to pages) and custom background. it seems not be possible with the normal options in the backend
thank you
greetings
richard
Hey richardhofer83,
Please use a fullscreen slider you can then add buttons and captions easily.
To adjust the width of the slider to container width Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-fullscreen-slider {
border-top: none;
max-width: 1300px!important;
left: 50%;
transform: translate(-50%);
}
Best regards,
Vinay