[Resolved] Mobile content with margin on blog categories

Home Forums Support [Resolved] Mobile content with margin on blog categories

Home Forums Support Mobile content with margin on blog categories

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1195984
    Ramon

    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.

    #1196069
    David
    Staff
    Customer Support

    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;
    
    }
    #1197917
    Ramon

    Thanks so much David! Problem solved!

    #1198136
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.