Hey!
I’m just starting to use PG and getting through the learning curve. I’ve used Oxygen for many years, so most of my experience is in that world and not actually knowing much about CSS.
So… not sure if this is a situation where I just don’t know enough CSS or I don’t know how to use PG still (only been using it for a few days.)
I can’t figure out how to get the image to go to the right edge of the viewport. I’ve used the same CSS rules as what I did in Breakdance and it just doesn’t do what it’s told I’m probably missing something though.
Hey @Guido , could I get your insight on one other issue?
Now the way it shows up in the Gutenberg Editor isn’t reflective of how it is on the front end. I’m guessing this is because there is the panel on the right in the editor which effectively pushes the image to the left.
Is there a way to not apply certain CSS rules in the editor? Or some other way so that it displays properly in the editor?
That should show up correctly in the editor. Did you try to clear your cache or do a hard refresh on your browser? Hard refresh: Hold CTRL click F5 for windows.
Otherwise you should check it in dev tools to see what’s going on. F12. I would say for 99% of the time it reflects the front-end but sometimes it’s a bit off depending on how it is set up and what Gutenberg is adding css wise.
In my theme settings i have all the style sheets loaded for the block editor:
I have wp-blocks.css only in the block editor. The other ones are also loaded on the front-end.