Tagged: enfold
-
AuthorPosts
-
November 24, 2015 at 10:11 am #541414
Hello,
I’ve a little problem, sometimes in the page some row are separated b some 1-2px white line and i just can’ seem to be able to remove them, what can i do?
Sometimes it’s only with chrome that i see this line, sometimes not
Thanks in advance for any help
- This topic was modified 9 years ago by eleclipse.
November 24, 2015 at 12:58 pm #541535Hey eleclipse!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove borders
.container_wrap { border: none; }
Then it should look like the screenshot i posted in private content field.
If that is not what you meant, please post a screenshot of the issue you are having.Cheers!
YigitNovember 26, 2015 at 11:34 am #543002Hi!
Thanks for the help, one of the line is gone! but with chrome i still wee a smal line in the fourth column where there is “pensiline”
November 30, 2015 at 11:03 pm #544870Hi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/OeKor3H4MeSu
Regards,
JosueDecember 2, 2015 at 10:42 am #545806Hi there, sure
i see this only with chrome, windows 10, tried on 3 pc
Thanks for your help!
December 4, 2015 at 1:58 pm #546991Hi!
I don’t see this when checking your website. It looks like this to me:
Please clear browser cache and hard refresh a few times.
Best regards,
AndyDecember 7, 2015 at 5:18 pm #548133Hi there,
I still se the space in chrome, i see it on also 4 different computer who never navigated into the site before
December 7, 2015 at 11:23 pm #548406Hey!
On what resolution are you noting this issue?
Cheers!
JosueDecember 15, 2015 at 12:58 pm #552979Hi sorry for the late answer
usually 1920 x 1080
December 15, 2015 at 3:32 pm #553073Hey!
I checked your website on Chrome on 1920x1200px screen on Chrome and i still cannot reproduce the issue. Please see screenshot in private content field.
Are you using any browser add-ons? If so, please try disabling them and check if that helps.
Regards,
YigitDecember 16, 2015 at 10:37 am #553546Hi there,
triyed disabling all the extension but still see it :(
here’s the screen
Thanks for the help!
December 17, 2015 at 4:27 am #554153Hey!
Please add this in the Quick CSS field:
@media only screen and (min-width: 1600px) { .flex_cell { display: block; float: left; } }
Regards,
IsmaelDecember 17, 2015 at 10:49 am #554302That fixed it thanks!
December 17, 2015 at 11:12 am #554307Edit:
Sorry, it actually work but it also mess up other image on the site (see screen) :(
December 17, 2015 at 2:05 pm #554379Hi!
Please change the code to following one
@media only screen and (min-width: 1600px) { #collections .flex_cell { display: block; float: left; } }
Cheers!
YigitDecember 17, 2015 at 3:53 pm #554438Worked like a charm, thanks!
December 17, 2015 at 3:59 pm #554451 -
AuthorPosts
- The topic ‘How to remove small spaces between row’ is closed to new replies.