Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1213455

    Hi,
    i tried tireless to find an answer in your amazing forum and docs but I couldnt. I apologize if it was me unable to find it.
    Well,
    I used color section with a media image content, no padding and, as you wrote, already set up quick css as:
    /* Color section container width */
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    Desktop version, all good.
    Mobile: underneath the image (before the next content) there is a white area and a border linr

    #1213676

    Did I ask something too stupid?

    #1213716

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .responsive #top #wrap_all .post-entry-3765 .flex_column{
    margin-bottom:0px!important;
    }}

    Best regards,
    Jordan Shannon

    #1213736

    Thousands thanks!
    it seems to work perfect!

    #1213737

    Hi,

    Great, I’m happy to help! If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘border with a line in mobile view under an image – mobile colour section’ is closed to new replies.