Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #925766

    Hello, I have a whole page with texts set up in the special heading (title and text below). I have these blocks one below the other.

    How do I approach a special heading of another special heading? I find the standard spacing too large.

    This spacing gets much worse on devices. They get huge gaps of space.

    LINK
    http://www.milkbrands.com.br/servicos-de-criacao-de-logomarcas/

    #926291

    Hey mleite1,

    There is no way to do that – could be possible maybe only with some coding, by copying the HTML.
    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #926306

    Basilis, is it not possible to reduce the space between a special heading and another? Who determined this space as the default? Where is this in the system?

    I do not think you understand what I asked for.

    LOOK

    View post on imgur.com

    #926913

    Hi,

    The gap is coming from the s2 class and the custom code added to the special heading elements.

    .sh2 {
        padding: 50px 30px 50px 10px !important;
    }

    Try to reduce the padding in your code.

    Another way to reduce the gap between the element

    1. Add a whitespace/separator element between the two elements where you want to reduce the space.
    2. From the separator element options select “Whitespace” in the Horizontal ruler styling options.
    3. Give it a negative height such as “-50”

    Let us know if this helps :)

    Best regards,
    Vinay

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