This topic contains 17 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
I checked directly the templates/purity_iii/css/custom.css file
change from
td, tr td {
border-top: 1px solid rgba(221, 221, 221, 0); @media (max-width: 767px) {
.page-masthead .container .custom img:nth-child(2) {
width: 100% !important;
}
}
}
to
td, tr td {
border-top: 1px solid rgba(221, 221, 221, 0);
} @media (max-width: 767px) {
.page-masthead .container .custom img:nth-child(2) {
width: 100% !important;
}
}
This topic contains 17 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum