• Hi,

    I use the section block not only to build real “sections”, but everytime I need a background and some content inside. Sometimes I need to build “buttons” in this way. I would like that the whole section surface could be clickable, and not only the text or images inside.

    Is there any possibility to include a link attribute to the the section? Or you suggest another approach?

    best,
    alan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support eugenewhite

    (@eugenewhite)

    Hello Alan!

    I sure get what you’re trying to complete. But I’m afraid there’s no option to link the entire section, unfortunately. Would you be so kind to provide some examples or details so I can see the whole picture and pass the information to our developers? Thank you.

    Thread Starter alantygel

    (@alantygel)

    Hi Eugene,

    Thanks for the kind answer. Please look here: https://centrosabia.org.br/. See that there are three buttons: Cantos do Sabiá, Nossa História and Transparência.

    See that the link is only at the text. I would link the whole section to be clickable.

    best,
    alan

    Plugin Support eugenewhite

    (@eugenewhite)

    Hello Alan.

    Sorry for the late response. We definitely consider such a feature implementation in future versions of the plugin.
    But as a temporary workaround, I may suggest you increase the section padding so it may look like the entire section is linked. Here’s an example of the CSS code that you may consider using:

    .wp-block-getwid-section.bg_100_100.getwid-init a {
        padding: 65px 50px 25px 50px;
    }

    However, you may also need to set different paddings for different screen resolutions for the sections to be properly displayed on lower screen resolutions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link on section block’ is closed to new replies.