Hallo,
i want to have the color section with background image (using parallax) with text but noch full screen, just the size the content is set.
For this, i have solved it with css but i not the whole block to center, only left:
.block-fit-size {
width: 100%;
max-width: 1400px;
display: flex;
flex-wrap: wrap;
display: inline-block!important;
justify-content: center!important;
margin: 0 auto !important;
}
None of the last three addings moved it to center.. any other ideas?
Hey Sebastian,
Thank you for the inquiry.
Are you trying to align the color section to the center? Please provide the site URL in the private field so we can inspect the element directly.
Best regards,
Ismael
access in PM
Hi,
Thank you for the link to your site, in your css you have display: inline-block and display: flex; so I removed the display: inline-block and added float: none
Now it is working, please check.
Best regards,
Mike
cool .. so overloaded css :)
Thank you
we can close here
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard