Tagged: center
Hello,
When I zoom out of my page (Ctrl + -) the text in de slider and the rest of the text won’t center.
The slider is full width but the rest stops….
I think this problem is also on the rest of the pages
Hey Pattriek,
Thank you for using Enfold.
You can use the following css code to center align the caption.
.container.caption_container {
width: 100%;
max-width: 100%;
}
I don’t think this is necessary though, because anyone who needs to zoom a browser in or out is probably looking at some other content, not the slider.
Best regards,
Ismael
No Ismael unfortunately that didn’t work.
I want the text and the buttons in the slider to center & the text under the slider and the call to action button to center.
Now there’s a 25% on the right side with nothing.
Thanks!
Hi,
Did you toggle the Enfold > File Compression settings after adding the code? Please disable the file compression and then check the page again.
Best regards,
Ismael
Hi, it’s disabled now but still nothing changes.
Hi,
Provide the login details in the private field so that we can check test the site.
Best regards,
Ismael
I found the solution! ;)
Max width of the container was 1371 px.
Now i changed it to 100%
Thanks!