• jekene

    (@jekene)


    Hello, Im trying to center the title text in the sidebar widgets, using the Additional CSS with the code, even tried .widget-title:

    .sidebar .widget{
    text-align: center;
    }

    Does not seem to work. any ideas?

    Also if anyone knows how to add this box around the title that would be great, like so:
    https://gyazo.com/fce1b7154182721cd1200220893db286

    Im using Generatepress Pro with the Marketer Layout

Viewing 4 replies - 1 through 4 (of 4 total)
  • Leo

    (@leohsiang)

    Hi there,

    Any chance you can link me to the site in question with the CSS added?

    Let me know ??

    Try to add this css in additional css

    .sidebar .widget .widget-title {
    text-align: center;

    }

    Elvin

    (@ejcabquina)

    Hi,

    You can use @jack2020 ‘s CSS. ( thanks jack2020 ?? )

    Alternatively, if you want to target a specific widget(recent posts), you can do something like this.

    aside.widget_recent_entries .widget-title {
        text-align: center;
    }

    It’s my pleasure ????

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center sidebar widget title’ is closed to new replies.