• Resolved sdfbcxvxdsf

    (@sdfbcxvxdsf)


    Hi,

    could we get the option to select icons for the Design section of Advanced Text Block. Currently there is SVG and Custom image but would be great if there were also icons to be selected. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @sdfbcxvxdsf ,

    Isn’t it will be similar to adding Icon (Element Block) before/after Advanced Text?
    I would like to suggest adding Icon and Advanced Text on any Gutentor Modules (Advanced Columns, Dynamic Columns). It will be the same as adding an Icon on the Design option of Advanced Text.

    Best Regards!

    Thread Starter sdfbcxvxdsf

    (@sdfbcxvxdsf)

    Hi,

    yes I guess that would be possible but I’m having troubles getting the layout the way I want it, being an option on advanced text would be a lot easier / useful. Thanks!

    Thread Starter sdfbcxvxdsf

    (@sdfbcxvxdsf)

    So i tried to complete it using the dynamic columns (2 columns one with icon and one with text) however the text in the second column gets cut and placed on a second row. Looks to be this “word break” css that’s causing it, how would I stop this?

    .gutentor-element-advanced-text .gutentor-text {
        margin-bottom: 20px;
        margin-top: 0;
        word-break: break-word;
    }
    Plugin Contributor codersantosh

    (@codersantosh)

    Hello @sdfbcxvxdsf ,

    You can try following custom CSS

    .gutentor-element-advanced-text .gutentor-text {
        word-break: inherit;
    }

    or can try other properties like:

    (normal|break-all|keep-all|break-word|initial|inherit)

    Best Regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Icons for Advanced Text Block’ is closed to new replies.