Increase the space between image and text (on screenshot number 1). And how can I set the paragraph (on screenshot number 2)?
What should I write in CSS?
teitbite wrote:Hi
Please tell me the url to the exact page You've made this screenshot.
section img {
margin: 0 15px;
}
teitbite wrote:Hi
Please add this to override.css and make sure override is enabled in template settings:
- Code: Select all
section img {
margin: 0 15px;
}
About the space I can see You have used <br> tag to achieve this. In such case I can only advice to use 3 <br> instead of 2 to make a space bigger.