• Resolved rockeygamer

    (@rockeygamer)


    Hello GB Support,

    I need some help on my website.

    • In the About Us section, I have chosen a max width of 748 px, but it is going way more on the live page.
    • In the Our Services section, I have added 4 column greed, but all the containers are not the same width. Same issue with the Who We Help section.

    Thanks

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Leo

    (@leohsiang)

    Hi there,

    The CSS from your theme is overwriting GB’s style as seen here: https://www.screencast.com/t/VvWfD3q845O

    It’s not something we can solve on our end unfortunately – I’d recommend checking with your theme support.

    Thread Starter rockeygamer

    (@rockeygamer)

    Thanks Leo,

    What about the 2nd question? In the Our Services section, I have added 4 column greed, but all the containers are not the same width. Same issue with the Who We Help section. Or it’s the same issue there also?

    Thanks

    Plugin Support Leo

    (@leohsiang)

    I’m not seeing the issue – they all look like the same width to me: https://www.screencast.com/t/I1yQinK2

    Thread Starter rockeygamer

    (@rockeygamer)

    Hey Leo, sorry for the typo. I was asking about height. I checked it with the Blocksy Support team, and they sent me a video. They tested it with GeneratePress and Astra.

    This issue wasn’t coming in the previous version.

    Can you please check on that?

    Thanks

    Plugin Support ying

    (@yingscarlett)

    Hi@rockeygamer ,

    For the height issue, it will require custom css.

    can you try this css?

    .gb-grid-wrapper.gb-grid-wrapper-a221fa57 > .gb-grid-column > .gb-container {
        height: 100%;
    }
    Thread Starter rockeygamer

    (@rockeygamer)

    .gb-grid-wrapper.gb-grid-wrapper .gb-grid-column > .gb-container {
        height: 100%;
    }

    I have used this code. I want to make all the grids container 100%. Will it be okay?

    Thanks

    • This reply was modified 3 years, 3 months ago by rockeygamer.
    Plugin Support ying

    (@yingscarlett)

    You can remove one of the .gb-grid-wrapper from your code.

    Not sure if it’s going to create some issue down the road, it depends on how you are going to use the Grid block 🙂 If you would like all the Grid containers go full height, then this code should work.

    Hi there! We haven’t heard back from you for a while now so we’re going to go ahead and set this topic as resolved. Feel free to reply if you need any more help.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Container Widht not same’ is closed to new replies.