Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #641247

    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,

    #641809

    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

    #642171

    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,

    #642172

    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,

    #642256

    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

    #642274

    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;
    }

    #642278

    Hey!

    If you use a text block element, code should be

    .avia_textblock hr {
    margin: 10px 0;
    }

    Regards,
    Yigit

    #642329

    Terrific. thank you.

    #642455

    Hi Kurt,

    Glad we could help, please let us know if you should need any more help on the topic.

    Regards,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.