Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1317640

    Specific Color Section width

    /* Specific color section width */

    #section-width {
    max-width: 80%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    }

    works fine on larger screens but not mobile devices. any help?

    #1317793

    Hey user877,

    This CSS is applying on both desktop and mobile on my end:

    #main #section-width {
        max-width: 91%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
    }

    Could you try to explain your intentions a bit further please?

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.