• Resolved sva55

    (@sva55)


    Hello! How to change the height of the title (question)? Not text, but a rectangle. After the text, there is too much space in my theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    It can be done by using custom CSS code. It would better for us to answer you exactly if you could share the page link.

    However, try the below CSS code in the ‘Settings →CUSTOM CSS‘ field of the plugin.
    CSS:

    .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    	padding: 8px !important;
    }

    Feel free to adjust the value from 8px to anything you like.
    Hope it works. Waiting to hear back from you.
    Thank you.

    Thread Starter sva55

    (@sva55)

    The height of the rectangle changes, but the text shifts to a corner. It should be lower.
    https://lecad.ru/faq

    So, it worked.
    The title is set inside an H3 tag and it has a CSS property of padding-bottom from your theme.

    It can be overridden by using CSS. Please try the below one.
    CSS:

    .sp-ea-one .sp-ea-single h3 {
    	padding-bottom: 0px !important;
    }

    Hope it will work. I appreciate your response.

    Thread Starter sva55

    (@sva55)

    Fine! Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Height of title’ is closed to new replies.