How do I centre all the text in my First Front Page widget?
-
Hello
I’m after a solution to this please, I’d like to make all the text centred in the widget, not left aligned. I have removed the other 2 widgets so I just have the 1 now but the text is left aligned.Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, add this to your custom CSS to center the Assist/Design/Create text widget title and content.
#widget-area-5 #text-19, #widget-area-5 #text-19 .widget-title { text-align: center !important; } -
Perfect thanks it worked!! And if I wanted to change the font how would I do that? And also remove the dash either side of the title?
-
actually don’t worry about the font, I just remembered how to do that. Just remove the dashes… thanks
-
To remove the dashes before and after the widget title, add this.
.widget-title::before, .widget-title::after { content: ""; } -
Thank you! And how would I make the white space underneath that text smaller so it’s more balanced?
-
don’t worry about the last query, I just found the solution!
.front-widget-area {
padding-top: 20;
}
.front-widget-area {
padding-bottom: 0;Thanks heaps!
-
-
Hi – is there any chance at all that this thread/post can be taken down from Google please? I don’t really want it appearing on Google when my page is Googled… Thanks
-
We don’t remove threads with replies from the forum except under extenuating circumstances. I’ve removed your site link from the original post.
- The topic ‘How do I centre all the text in my First Front Page widget?’ is closed to new replies.