Hi.. Client wants to use HR in text to separate lines..
The Inserted the <hr/> tag have a 10px bottom and 30px top margin and I want to reduce to uniform the text..
Inspecting element I see that is located in one avia-merged-styles-xxxxxx.css
the style element is now as:
hr {
border: solid #ddd;
border-width: 1px 0 0;
clear: both;
margin: 10px 0 30px;
height: 0;
}
Any idea to modify..?
Thank You Very much for support..
Hey newmediologo,
Please try the following in Quick CSS under Enfold->General Styling:
hr {
margin: 5px 0 15px !important;
}
Best regards,
Rikard
It works..
Thank You Very Much @Rikard
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close thanks..:)