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 !
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
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 !
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
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