Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #74441
    Jonathan Patterson
    Participant
    Premium Member

    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/

    #74446
    vako
    Keymaster
    Premium Member

    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

    #74450
    Jonathan Patterson
    Participant
    Premium Member

    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

    #74452
    vako
    Keymaster
    Premium Member

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.