• Resolved aralelatina

    (@aralelatina)


    Hello everybody,

    I’m using this great theme (for which I thank you, by the way!) and I have learnt a lot from the support posts and articles but for the life of me I can’t figure out a way to extend the length of the carousel caption box to the full picture size! Sure there is a way?

    My site is not online yet, but a perfect example of what I am trying to achieve is this.

    Thanks in advance for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to your custom CSS panel in Dashboard > Appearance > Customize or in your child theme’s style.css:

    .carousel-caption {
    	margin: 0;
    	max-width: none;
    	width: 80%;
    	padding: 5% 10%;
    }
    Thread Starter aralelatina

    (@aralelatina)

    Wow, thanks! That did it in a blink of an eye!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider shadow box lenght’ is closed to new replies.