• Hi Guys,

    I’m trying to do quite a simple thing and center my div titles ‘Our Services’ & ‘Get in Touch’ (just like the ‘Advertising is Changing’ title) for my website https://www.we-seed.co.uk.

    I pinpointed ‘.widget-title’ as the element to change with custom CSS; and I’ve got the following on my custom css for the theme options:

    .widget-title {
    line-height: 0.8;
    margin-bottom: 10px;
    margin-top: 20px;
    line-height: 0.8;
    display: inline-block;
    padding: 10px 10px 5px;
    background: #61AE24;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: cente !important;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 0px 3px #61AE24;
    }

    Any ideas on what else I need to do to just get these titles center aligned?

    Many thanks in advance.

    Matt

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Center Title’ is closed to new replies.