Increase the space between image and text

GK User
Mon Jul 21, 2014 9:47 pm
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?
User avatar
Fresh Boarder

teitbite
Wed Jul 23, 2014 10:44 am
Hi

Please tell me the url to the exact page You've made this screenshot.
User avatar
Moderator

GK User
Wed Jul 23, 2014 12:15 pm
teitbite wrote:Hi

Please tell me the url to the exact page You've made this screenshot.


Hi, http://www.lacurte.ru/index.php/article ... zrozhdenie
User avatar
Fresh Boarder

teitbite
Thu Jul 24, 2014 12:43 pm
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.
User avatar
Moderator

GK User
Thu Jul 24, 2014 9:47 pm
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.


Thank you.
User avatar
Fresh Boarder


cron