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

    Hi guys,

    i would like to know if its possible to set a different height and background-size value on mobile to only one Color Section on the theme.
    (The Color Section is set to take 70% of the screen on desktop screens)

    So far i set an id to this color section and tried this CSS code, but had no results:

    @media only screen and (max-width: 767px) {
    .fuumi-top {
    height: 411px !important;
    background-size: 833px !important;
    }

    #648075

    Hi guys, just solve this by adding .responsive #top #main .container_wrap:first-child to my CSS.

    .responsive #top #main .container_wrap:first-child {
    height: 411px !important;
    background-size: 833px !important;
    }

    Thanks anyways. This is solved :)

    • This reply was modified 8 years, 5 months ago by eriatarka.
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Color Section – Different height on Mobile’ is closed to new replies.