Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #701306

    Hi,

    Our website in its Persian (Farsi) version has a little bit problem with the top bar. (LINK)
    There is a small white line appeared in both Tablet and Mobile mode:

    .

    Regards,
    Sadegh

    • This topic was modified 8 years ago by Sadegh.
    #701358

    Hey Sadegh,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .rtl #main {
        margin-top: -5px!important;
    }}
    

    Best regards,
    Yigit

    #701364

    Hey Yigit,

    Thanks a lot, the issue is solved :)

    Kind regards,
    Sadegh
    (you may now close the thread please)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘little issue with top bar’ is closed to new replies.