• Resolved kieranm9090

    (@kieranm9090)


    Hi,

    I am having issues with the background on the breadcrumb which is showing on the desktop version of the website, however when I move to my mobile phone, I just see a grey background. It is also a little off in the mobile preview when in the customiser.

    Any help will be greatly appreciated.

    Kind Regards,
    Kieran

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author webdzier

    (@webdzier)

    Hello @kieranm9090,

    Thanks for contacting us.

    We have made custom CSS for you, please use the below custom CSS to avoid grey background color on mobile.

    @media only screen and (min-width: 200px) and (max-width: 767px) {

    #breadcrumb-section {

    background-size: auto !important;
    background-position: unset !important;
    }

    }`

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumb Background Missing on Mobile’ is closed to new replies.