Text widget problems

Hello,

I have three problems with my text widget (screenshot attached):

  1. I would like to add some top padding to my text widget, but not to any other widgets.

  2. I would like the phone number and email to be on the same row but centered in two different columns. How do I do this?

  3. The title is too small for my taste. How do I change the text widget title font size?

Best regards and thanks for your valuable help in advance,
Antti

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi,

yes of course, the URL is www.merilattu.fi

Thanks for the quick reply!

Antti

Hello there,

You can use the following CSS code to add the changes by going to Appearance > Customize > Additional CSS and pasting it there.


div#text-3 {
    padding-top: 100px;
}

div#text-3 .widget-title {
    font-size: 40px;
}

div#text-3 p {
    width: 50%;
    float: left;
}

Best Regards,
Support

Hi,

it works, thank you very much!

Best regards,
Antti

Great :slight_smile:

I will close this case now, Feel free to contact us again if you have other questions Thanks!