Breadcrumbs disappears in mobile view

Support desk for Multipurpose Quark Theme
GK User
Sun Jan 03, 2016 11:08 pm
On my website breadcrumbs disappears off the page when the page going from tablet into mobile mode on the news page article? Ive checked its in the right module and its in the "breadcrumbs" module. Anyone else had this issue...

http://s541464765.websitehome.co.uk/new ... ton-towers
User avatar
Junior Boarder

teitbite
Wed Jan 06, 2016 10:14 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1024px) {
.single-page, .blog-page {
    margin: 0 auto !important;
}

#gkPageContent {
    padding: 0 0 50px;
}
}
User avatar
Moderator

GK User
Thu Jan 07, 2016 9:30 pm
great thanks you
User avatar
Junior Boarder

teitbite
Sun Jan 10, 2016 7:31 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron