Hello,
i have a problem with my custom css. It works fine on Desktop site but not on Mobile. I would like to have this change for every device.
The space between Layout elements are to big for me so i used this code:
.page-id-576 .container_wrap {
border-top: none !important;
}
.page-id-576 .content {
padding-bottom: 0px !important;
padding-top: 0px !important;
}
I tried with @media only screen and (min-width: 768px)
but it has no effect. Hope somebody can help.
Thanks,
Banshee350
I have solved that problem by myself now. I’am that stupid. I had an grid row 1/4. The booth in the middle have content and left/right its empty. So on mobile left site of the grid row goes an top and right to bottom. I have overlook that i can turn it off for mobile. Sorry for my stupidity.