- This topic has 9 replies, 3 voices, and was last updated 4 months, 1 week ago by
Leo.
-
AuthorPosts
-
October 26, 2020 at 7:54 am #1504914
Rishabh
Hi,
I am using Generateblocks to create a design.
But the mobile and tablet spacing controls are not working for me. They are inheriting the values from desktop controls by default.Screenshot 1: https://photos.app.goo.gl/UhJDPxxAEApAQhgh9
Screenshot 2: https://photos.app.goo.gl/UvQwtHTx8oRLHzK1AIn the above screenshots, I am trying to use different paddings for desktop and mobile, but it doesn’t seem to work.
October 26, 2020 at 8:07 am #1504939David
StaffCustomer SupportHi there,
do those changes apply when you view the actual page ?
If not – can you share a link to your site where i can see the issue.
Preview responsive views is a new thing in WP 5.
They will be supported in GB 1.2 which will be available soon.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 26, 2020 at 8:15 am #1504955Rishabh
So I just published the design and the design is working properly.
Thanks for your help.
October 26, 2020 at 8:19 am #1504959David
StaffCustomer SupportYou’re welcome
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 26, 2020 at 11:15 am #1505158Rishabh
Hi, there’s just one more little issue.
On my page: https://www.quickserp.com/new-page/
The 4-column area below “Choose a category” option is left-aligned (the space on right side is greater than the space on left).
So, is there any way to move it to the center?
Thanks.
October 26, 2020 at 11:21 am #1505168Leo
StaffCustomer SupportYou will need to center-aligned the content in each column:
https://www.screencast.com/t/Ssw2CJOgpI would recommend using the grid blocks from GB instead of the columns block from WordPress since you are already using GenerateBlocks π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 26, 2020 at 11:45 am #1505198Rishabh
Thanks for replying Leo.
I am using Grid now instead of columns, I am using the below css to center-align all the content:
.category-generateblocks{
align-content:center !important;
text-align:center !important;
}I have added category-generateblocks class to all the containers inside the grid. But still, it’s not moving to the center.
October 26, 2020 at 11:48 am #1505201Leo
StaffCustomer SupportYou shouldn’t need CSS for that:
https://www.screencast.com/t/YVHkgEvBRqcuDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/October 26, 2020 at 11:57 am #1505209Rishabh
Thanks, it worked perfectly.
October 26, 2020 at 12:01 pm #1505212Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.