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.
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
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%;
}
.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.