Archived topic
Mobile content with margin on blog categories
3 replies · Started by Ramon on March 15, 2020
Viewing posts 1–4 of 4
Hi, I noticed a margin right of 20-30 px on mobile phone. This is happening only on blog categories. I tried deactivating all plugins but is still happening. If I try to make my browser window smaller in the computer, this is not happening. It only happens on mobile devices.
Hi there,
its this CSS thats causing the issue - include the additional box-sizing property show ehre:
#migasdepan {
width: 100% !important;
position: relative;
margin: 0px 0px 15px 0px;
z-index: 1;
border-bottom: 1px solid #eee;
/* Add the following property */
box-sizing: border-box;
}
Thanks so much David! Problem solved!
Glad to be of help
This archived topic is closed to new replies.