Viewing 1 replies (of 1 total)
  • Thread Starter hsmarginal

    (@hsmarginal)

    Ok i solved the problem!
    For some reason it seemed to pad the div 15px, by simply going to plugin editor and edit the css for Featured posts grid, i changed “.fpg-wrapper” to the following:

    .fpg-wrapper {
    margin: 0px;
    padding: 0px !important;
    border: 0px;
    }

    This solved it.
    I hope this helps people with same problem, i should have realized the solution was easy.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Featured Posts Grid] grid width 100% results in offset grid.’ is closed to new replies.