I like the code but I can't remember how to get the page to reference to the CSS (if I just add it to the page via <style> nothing happens)Depends on what browsers it has to work in… It's really easy* these days if you only need to target modern browsers using flexbox. I threw together a live demo if you wanted to take that route.
* by easy, I mean relative to doing the same thing with horrible CSS like float and position, and other assorted hacks.
Thanks but I have no idea what a Gutenberg block is! I'm using the old fashioned original editor.If you're using Gutenberg blocks, then there's a block called Columns that I think will do what you want. Basically you just have a series of rows of these blocks with two columns to each row with and image on the left and text on the right.
I had a go at it and REALLY couldn't stand it. 99% of the time my WP needs are straightforward and this seemed to complicate everything. Because all the Buzz/urban stuff I do is 'spare time' work, I haven;t had time to even attempt to learn it - but thank you for your offer!Since v5.0 Gutenberg is the new WP layout engine. Each element on the page (paragraph, image, heading, whatever) is set as a block.
How to Use the New WordPress Block Editor - Your WordPress Gutenberg Guide
It's a bit of a learning curve if you're used to the old WP editor. I can give you a run through if you want. PM me if you're interested.
I'd have thought pasting a <style type="text/css"> element into the "Text" view of editing a post would work, but I only really work with the nuts and bolts of WordPress, I don't ever actually use the user interface. Seems you can add CSS to the whole site via Appearance -> Customise?I like the code but I can't remember how to get the page to reference to the CSS (if I just add it to the page via <style> nothing happens)
I had a go at it and REALLY couldn't stand it. 99% of the time my WP needs are straightforward and this seemed to complicate everything. Because all the Buzz/urban stuff I do is 'spare time' work, I haven;t had time to even attempt to learn it - but thank you for your offer!
I'd have thought pasting a <style type="text/css"> element into the "Text" view of editing a post would work, but I only really work with the nuts and bolts of WordPress, I don't ever actually use the user interface. Seems you can add CSS to the whole site via Appearance -> Customise?