Tagged: 

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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 8 years, 4 months ago by eleclipse.
    #541535

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

    #543002

    Hi!

    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”

    #544870

    Hi!

    Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/OeKor3H4MeSu

    Regards,
    Josue

    #545806

    Hi there, sure

    i see this only with chrome, windows 10, tried on 3 pc

    Thanks for your help!

    #546991

    Hi!

    I don’t see this when checking your website. It looks like this to me:

    View post on imgur.com

    Please clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    #548133

    Hi there,

    I still se the space in chrome, i see it on also 4 different computer who never navigated into the site before

    #548406

    Hey!

    On what resolution are you noting this issue?

    Cheers!
    Josue

    #552979

    Hi sorry for the late answer

    usually 1920 x 1080

    #553073

    Hey!

    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,
    Yigit

    #553546

    Hi there,

    triyed disabling all the extension but still see it :(

    here’s the screen

    Thanks for the help!

    #554153

    Hey!

    Please add this in the Quick CSS field:

    @media only screen and (min-width: 1600px) {
    .flex_cell {
        display: block;
        float: left;
    }
    }

    Regards,
    Ismael

    #554302

    That fixed it thanks!

    #554307

    Edit:

    Sorry, it actually work but it also mess up other image on the site (see screen) :(

    #554379

    Hi!

    Please change the code to following one

    @media only screen and (min-width: 1600px) {
    #collections .flex_cell {
        display: block;
        float: left;
    }
    }

    Cheers!
    Yigit

    #554438

    Worked like a charm, thanks!

    #554451

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How to remove small spaces between row’ is closed to new replies.