How can I reduce the spacing and still include a horizontal line in a text box on page? The list contains links. Also, can I limit to one text box, or will include all text boxes on the page?
Thanks,
Hi Kurt,
I see that you have created that using paragraphs, I think it would be easier if you set it up as a list. Could you try that? We can help you style it once you have added it.
Thanks,
Rikard
Rickard:
I created a listed text box on the left rail of the home page (default). But when I tried to put in the horizontal lines, there is too much space.
I seek your help on the style.
Thanks,
Rickard:
I created a listed text box on the left rail of the home page (default). But when I tried to put in the horizontal lines, there is too much space.
I seek your help on the style.
Thanks,
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.iconbox_content_container hr {
margin: 10px 0;
}
Best regards,
Yigit
Yigit:
That worked great. I just adjusted the pixel space and it is just what I want. If I want to do the same thing with with a list in a text box, would the CSS code be:
textbox_content_container hr {
margin: 10px 0;
}
Hey!
If you use a text block element, code should be
.avia_textblock hr {
margin: 10px 0;
}
Regards,
Yigit
Terrific. thank you.