chroma123
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Hi again. Well, I found out the problem was me. I had a min-width that I overlooked, forcing the content to be wider than the mobile screen.
Hi and thanks for response. Still not resolved. I should have mentioned that the problem seems to be an issue on mobile only.
Take a look here: https://imgur.com/XZPOJYdForum: Themes and Templates
In reply to: [Understrap] Columns not breaking correctly between 599 and 782To follow up, there were some css code here saying:
@media only screen and (max-width: 781px) and (min-width: 600px) { .wp-block-column { flex-basis: calc(50% - 16px)!important; flex-grow: 0; } }Just had to insert this in my _theme.scss and add change this line, for the specific pixel width range to:
flex-basis: calc(100% - 16px)!important;And problem seems solved.
Forum: Plugins
In reply to: [WP Post Popup] No scrollI must admit that I in the meantime switched to another solution. Thanks for your response anyway.:)
http://www.aliviate.no/tabs_problem.jpg
I can’t turn them on/off. Nothing happens when I click them.
Viewing 5 replies - 1 through 5 (of 5 total)