• Resolved rebeccasantios

    (@rebeccasantios)


    As you can see on the page linked.
    The gallery is not covering the entire page, even though I’ve set the grid width to 100%
    If I try to change the size on the laptop, it wouldn’t be compatible with the mobile.
    Hope you can tell me how to fix this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @rebeccasantios,

    When you set the grid width to 100%, it takes the 100% of shortcode’s container’s width. So you need to set container’s width to 100%.
    You can just add the following CSS code in your grid’s settings, in the “Custom CSS” field under “Custom CSS & JS” section:

    .wp-list-table.portfolios { width: 100%; }

    [ Signature deleted ]

    • This reply was modified 7 years, 5 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)

The topic ‘Grid width’ is closed to new replies.