I have a problem getting text to format responsively. I’m using WP Bakery.
If you look at the employment section of this page…
https://planetarium.wales/about-planetariwm-wales/
The title and text appears inline with the text below in the Wider Benefit section when viewing on a 1280px width screen. But when you go bigger the text loses alignment.
This is because I’ve stretched this row to full width without padding with WP Bakery to get the dragon head effect.
I’m using this code which aligns to 1280px width and below…
.tantrwm_text_width_left {
margin-right: 20px;
margin-left: 12%;
}
I then put the class name in the text box in WP Bakery
How can I get the text to stay aligned to standard text width of the rest of the page at all screen sizes?
(I also have rows with text on the opposite side with half width videos - https://planetarium.wales/delivering-the-project/ - which I’d like to align the text to on the right side margin).