- This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
The right sidebar widget’s headings on the “about” and “latest” posts are not centered. None of the text alignment options in the Customization of the widget seem to be able to fix it. Thank you!
https://www.hoptheearth.com/3-day-kauai-itinerary-exploring-essential-kauai/
Hi Jonathan,
At first, thank you for choosing our theme and service.
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
#block-107 {
text-align: center !important;
}
.widget-title {
text-align: center !important;
}
Kind Regards
Vako,
Thank you. That fixed the title for “about Jon and Jess” but the images for the latest blog posts below that are still not centered. Is there a way to fix this?
Thank you
Hi Jonathan,
Please add this CSS snippet too:
.wp-widget-group__inner-blocks img {
margin: auto;
}
.wp-widget-group__inner-blocks {
text-align: center;
}
Kind Regards