Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #493620

    hello Guys!

    i ‘ve changed the position of menu and cart icon ON MOBILE and since then i’ve a strange black line on the heading, not on all pages, only in some of them as you can see.

    Can you help me?

    Thanks a lot!

    Cheers

    Mario

    #493627

    Hey Mario!

    Please find following code in Quick CSS

    @media only screen and (max-width: 768px) {
    .responsive .header_bg {
        border-bottom: 1px dashed cyan !important;
        top: -31px;
    }}

    and change it to

    @media only screen and (max-width: 768px) { 
    .responsive .header_bg {
        border-bottom: 1px dashed cyan !important;
        top: 0;
    }}

    Cheers!
    Yigit

    #493637

    Hi Yigit!

    thanks for your help but i would like to have the dashed line exactly in line with the dashed line on the logo.

    it it possible?

    thanks!

    Mario

    #494118

    Hey!

    URL you have provided in your first post does not work (page not found error). Can you give us a correct link where we can see what’s going on?

    Cheers!
    Andy

    #494261

    yes for sure ;)

    thanks

    #494313

    Hey!

    Can you please add the code i posted here – https://kriesi.at/support/topic/menu-links-changed/#post-494312 and check if it helps with this issue as well?

    Cheers!
    Yigit

    #494419

    Hi Yigit,

    this CSS created a transparent header on mobile version, except on SHOP page. but it’s ok.

    Could you tell me now how to change the line on the top of the header (now is white): how to canel it or change it the color?

    Many Many tahnks!

    Mario

    #494501

    Hey!

    To the previous color, replace background-color: transparent; to the color you want.

    Is that what you aim for?

    Thanks a lot for your time and patience

    Cheers!
    Basilis

    #494703

    Thanks everybody!
    Super assistance!

    You can close the topic ;)

    Cheers

    Mario

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘STRANGE BLACK LINE ON MOBILE’ is closed to new replies.