• i am using mantra theme with left and right sidebars. For some reason the left sidebar has “left aligned”. I need to center the widgets in this sidebar. One widget does not have edit options for me to do anything with the individual widget in the sidebar so i am thinking i need to add code to css. i just havent found what will work.

    wordpress site is under construction so i am unable to post relevant link.
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter newks

    (@newks)

    as a starting place I found”

    .widget-title {
    text-align:center;
    font-weight: bold;
    }

    on this site and used it but the text is still right justified as it is in the mantra css. The font however, is bold.

    how do i get the css editor to overwrite(?) or take precedence over the mantra theme?

    #primary .widget-title, #secondary .widget-title { text-align: center; }
    will work.

    Thread Starter newks

    (@newks)

    thanks for the response. using the code above i have the widget title centered but not the actual widget box… is there a way to get align the whole widget box?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘center widgets in left sidebar’ is closed to new replies.