I have left white margins to the left and right of the photo, in Layer slider.
I would like the width of the color section below the slider to be the same as the slider image. Is it possible to do this in any way?
Many thanks!
Hey cipriana,
Thanks for the screenshot. Could you post a link to the site in question as well so that we can take a closer look please?
Best regards,
Rikard
Yes, I will remove the maintenance mode for a while.
Tell me if it is enough time.
thanks
Hi, have you had the chance to see it?
Thanks
Hi, guys, I don´t know what happens. I wonder if my thread have been lost or something. Or you are too busy.
Please, tell me, just to know.
Thanks
Hi,
Sorry for the delay, It appears you have this figured out? Let us know if you have more questions.
If you reply to your own topic the ticket will go to the bottom of the queue please wait for us to reply.
Best regards,
Vinay
No, I haven´t figured it out. I was looking for solutions and trying things.
I have restored it as it was.
You can see it again.
Thanks
Hey!
The following css code should adjust the width of the color sections:
.avia-section {
width: 90%;
margin: 0 auto;
float: none;
}
Regards,
Ismael
Thanks Ismael!!