Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1444791

    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?

    screenshot-main

    • This topic was modified 5 months ago by xeovision.
    #1444865

    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

    #1444885

    access in PM

    #1444899

    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

    #1444904

    cool .. so overloaded css :)

    Thank you
    we can close here

    #1444910

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Color section not full screen and center’ is closed to new replies.