Thanks for help!
]]>I’m using the Gutenberg blocks to try and replace other existing page editing tools. However, the Media Text Block does not allow me to change the padding for the component.
For eexample, the text and image of the Media Text Block does not align with the Paragraph text I published. If I can tweak the padding or margins maybe I can make them align.
Hope this question makes sense.
]]>.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
margin-right: -100px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
margin-left: -100px;
}
Thanks for any help.
]]>I am trying to change the link color in the second media/text block that shows in the page and I don’t understand why it keeps showing in blue. The inspector shows:
`:root .has-link-color a {
color: #00e;
color: var(–wp–style–color–link,#00e);
cheers,
Rod
How can I do that?
]]>