thomasbole
Forum Replies Created
-
I have tried the solution you posted and got another problem (beside the blocks being out of order but I guess that is just the way it is since this is no real grid).
When I use 2 columns next to each other on the tablet and stacked on mobile I get also stacked columns when viewed horizontally on the smartphone even though there would be room for 2 columns in one row.
I know that this kind behavior is controlled by the theme but is there a way to tell Kadence the exact breakpoints between desktop, tablet and mobile? This would help a lot.
It would be even better if Kadence could manage this by itself where it automatically breaks when the block get to a specific size but it would be a good workaround. ??
Thanks
thank you Ben! Unfortunately, I just have it local as of now. I will try what you have suggested!
I’ve found it out for anyone who is seeking this answer:
.col-md-3 .pt-cv-pinmas {
height: 300px;
}.col-md-6 .pt-cv-pinmas {
height: 380px;
}Unfortunately, my site is still offline but thank you for the offer. Now, I know at least what to look for!
Thanks Ben!
Thank you Ben for the info! I can choose the width of the theme but I just wanted to change it on one page and not the whole website. Do you know if it is possible to change the content width on only one page?
Otherwise, I guess I will have to put one row block into another.
Unfortunately, this setting won’t work. It is just for the content itself but I use a background color for the column and I need to change the width of the column and not what is inside.
Is there any other option for this?