No content to show
User Activity
Good catch! Thank you! It works now!!Thank you very much for your help
It doesn't work The full featured-text.liquid file code reads now: <style>
.featured-text {
padding-left: 20px:
padding-right: 20px;
}
</style>
<div class="featured-text">
<h2>{{ section.settings.section_title | escape }}</h2>
{{ section.settings....
Thank you! I'm a little in doubt about where to add the code though - would the div be around the code in the .liquid file?And which CSS file to add the style to? base.css?
08-31-2022
Hi! I added a Rich Text component to the Dawn theme as described here: https://shopify.github.io/liquid-code-examples/example/featured-text However, there is no padding at the sides at all, as you can see on my sceenshot.Any thoughts on what I can do...