Hi
I would like to change the hight of the whitespace ruler in the shortcode.
I would like it to be a little bit less whitespace.
How can I do this?
thx
John
Hi
I would like to change the hight of the whitespace ruler in the shortcode.
I would like it to be a little bit less whitespace.
How can I do this?
thx
John
Hi John,
Just add this code in your Quick CSS or custom.css:
.hr_invisible {
padding: 10px 0;
}
or if the code above, doesn't work. Use this:
.hr_invisible {
padding: 10px 0 !important;
}
Just change the 10px value. (The default is padding: 15px 0;). Hope this helps. :)
Regards,
Ismael
perfect!
Thx
/ John
This topic has been closed to new replies.