[Support request] Mobile menu breaking

Home Forums Support [Support request] Mobile menu breaking

Home Forums Support Mobile menu breaking

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

    Mobile menu at https://tilton.com.au/projects/republic/ and all the other single projects ‘breaks’ – doesn’t happen on other pages.

    #1041201
    Germaine

    Can I get some help on this please?

    #1041252
    David
    Staff
    Customer Support

    Hi there,

    its breaking because of this CSS you have added:

    .single-projects span {
        width: 100%;
        display: inline-block;
    }

    You need this CSS to be more specific, for example this will only effect the SPAN tags within the page-hero:

    .single-projects .page-hero span {
        width: 100%;
        display: inline-block;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.