• Resolved jframst

    (@jframst)


    Can anyone tell me how to fix the width of the text in this widget: spacious_call_to_action_widget-2 ?

    I want the sentence “Welcome. Are you seeking…whole and happy you.” and the sentence below it to be the width of the grey bar. (but I want to keep the margin/padding on the left hand side of the word “Welcome”)

    I’m presuming I need to add some custom css in the “editor” but I don’t know what the code is….and I don’t know what file to put it in…Maybe the stylesheet? (style.css)

    Thanks in advance!! ??

    Janine

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The right side space is reserved for the Call to Action button. Otherwise use a text widget in that space.

    Example of both here: https://bchckernsierra.com/

    • This reply was modified 5 years, 9 months ago by Goldfishflake.

    Hi,

    The space on the right side is allocated for inserting the button. For making the text full width, could you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    .call-to-action-content {
        width: 100%;
    }

    Thanks.

    Thread Starter jframst

    (@jframst)

    Thanks to both Goldfishflake and Rajesh, especially for the exact code and where to put it, Rajesh! That was exactly what I hoped to get and it worked perfectly.

    Thanks again!
    Janine

    Hi @jframst

    Glad to know it worked. Feel free to ask again if you get any issue regarding the theme. If you liked this theme, you can help us by leaving a review.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Spacious Call to Action Widget Text Width Change’ is closed to new replies.