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

    Hello,

    in the past I contacted your support for this problem, I was given a CSS code to insert, I thought everything was correct, but this code creates another problem. The problem I wanted to fix was that there is a white line between my color blocks (see printscreen)

    The code that was provided to me is this:

    #top .no_margin.av_one_third {
         width: 33.4%! important;
    }

    But this code creates a display problem on mobile … :-(

    So, is there another solution to remove the white line between the color boxes WITHOUT a problem on the responsive?

    Thanks !

    #1006340

    Hey Marie-Claude,

    How do you want it to look on mobile – send us a screenshot and we will see how it would help out.

    Best regards,
    Basilis

    #1006354

    Hi Basilis,

    here somes screenshot.

    In addition the hope of small white net is found elsewhere on this page. Could it be that by default there is a gap of 1px between the blocks? If so, is it possible to remove it everywhere?

    Thank you !

    #1006437

    Hi,

    We can’t access the page because it’s private. What is the password?
    Try to move the css code inside a css media query.

    @media only screen and (min-width: 989px) {
         #top .no_margin.av_one_third {
              width: 33.4%! important;
         }
    }

    Best regards,
    Ismael

    #1006453

    Wonderful, I think everything is correct :-)
    I will leave the ticket open for a few more days, if a problem appears or I did not see

    #1006482

    Hi,

    Great, glad you got it working. I’ll leave the thread open in case you should need any further help on the topic.

    Best regards,
    Rikard

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