Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #88556
    Bastian
    Participant

    Hi,

    I’m using this theme and I like it very much.
    I’ve only one question.

    I want to center the title from the widgets, I tried, but nothing worked so far.

    I was using this code;

    /* =Widgets
    ----------------------------------------------- */
    
    }
    .widget .widget-title,
    .widget .widget-title a {
        color: #222;
    	font-size: 18px;
        font-weight: bold;
    	padding-bottom: 10px;
    	text-align: -moz-center;
    }

    But the text-align stays at the left side. I can’t give the url, because I’m running local.

    Can you help me out with this?

    Thanks in advance!

    Sincerley,
    Bastian

    #88558
    Mahesh
    Keymaster

    @bastian: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

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

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget: I want to center the title’ is closed to new replies.