lofsummer
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Amphibious] Woocommere checkout page narrow colomnsI found a solution that worked on a similar problem on a different theme. It’s:
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
max-width: 100%;
}
.woocommerce-checkout .form-row {
display: block;
}Forum: Themes and Templates
In reply to: [Flash] Images don’t stay in containerThank you! That solved it! I’m super happy about it.
Forum: Themes and Templates
In reply to: [Flash] Images don’t stay in containerHi @nimalama
You’re the best! That did the trick. It looks great now!
Could you also help out with the image alignment? This first image is aligned right, with text flowing at its left. But it shows the image left without alignment and without text around it: https://www.tuinplantenzaden.nl/vlas-kweken/
The problem can be replicated on a test website using nothing but the theme and the newest version of WP.Forum: Themes and Templates
In reply to: [Flash] Images don’t stay in containerThanks for your answer.
The problem is not with the image pop-up feature. When I place an image in a page at full size, the images is displayed at full size. It is not limited to the page, causing it to overflow onto the sidebar or out of the screen. Especially at small screens like mobile phones this effect is very annoying. You can see the problem clearly at the last image of the page: https://www.tuinplantenzaden.nl/duizendschoon-zaden-zaaien/The other problem is that images do not align left or right when I add them to a page. You can see that at https://www.tuinplantenzaden.nl/vlas-kweken/
I’ve installed an unmodified version of your theme on a different domain, without any plugins, and see the same problems there.
I’m really hoping you can help me out and find the problem.