• Resolved nikist

    (@nikist)


    Hi,
    I am starting a webshop soon, using WordPress and Woocommerce.
    The website is still under construction.
    I use the Neve theme (from Theme Isle) and the free version of the Otter Blocks plugin.

    I would like the page title to appear inside an image. The theme I have loaded draws a line (a separator) below the title. I like this, but it would be nicer if the stripe is just a little bit longer than the title itself. Now it is too long and cuts into the image in unwanted places.

    I would like it that way for all pages.
    How can I set this up?

    Thank you in advance!
    Best regards

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stefan Cotitosu

    (@stefancotitosu)

    Hi @nikist,

    Thank you for using Otter Blocks.

    The separator line can be shortened by adding the following code to the Additional CSS editor within the Customizer.

    .wp-block-separator {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    Feel free to adjust the length as per your needs, it doesn’t have to be 50%, it can be 40%, or 60%, which value works better for you.

    Regards,
    Stefan

    Thread Starter nikist

    (@nikist)

    Hi @stefancotitosu,
    It works, thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the length of the ‘separater’ is closed to new replies.