Tagged: column, safari, spacing, white, white space
-
AuthorPosts
-
November 21, 2016 at 3:53 pm #714857
Hello,
i am building a page with the builder and using columns with no spacing and with easy sliders on them.Layout works fine on Chrome, Firefox, and Opera, but on Safari a white space appears between columns.
You can check the page here: http://superior.kodeserver.net/website/Also, notice the second row with 3 columns, on all browsers, at the right of last column, there is some white. Can it be removed?
Hope you can help, thank you.
November 21, 2016 at 3:57 pm #714860you can see the problem outlined in the following image:
November 24, 2016 at 8:44 am #716303Hey!
Thank you for the info.
I can’t reproduce the issue on my browser but please try this code in the Quick CSS field.
#top .no_margin.av_one_third { width: 33.3336%; }
Regards,
IsmaelNovember 25, 2016 at 10:36 am #716748Problem was somewhat reduced on the 3 column row.
White space between columns is still visible on Safari though, and last column on the row with 3 columns still has a 1px white vertical line showing on Safari/Chrome/Opera. Only Firefox is perfect.November 28, 2016 at 8:53 am #717621Hey!
The css code above should actually increase the width of the columns. I’m not sure how you see the reverse. Another workaround is to decrease the max width of the main container by a pixel.
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 1299px; }
Best regards,
IsmaelNovember 28, 2016 at 12:24 pm #717700Your last CSS snippet did not work. But it gave me an idea. I increased boxed site width in Theme options from 1310 to 1311, and used the snippet you gave me before:
#top .no_margin.av_one_third { width: 33.3336%; }
Now 3 columns is working fine, only on the 2 column first row do we notice vertical white lines on Safari.
Chrome, Opera and Firefox are perfect now.
And we will settle on this solution. Thank you.November 29, 2016 at 6:40 am #718120 -
AuthorPosts
- You must be logged in to reply to this topic.