Topic Resolution: Resolved
  • Closed
  • 01.09.2014 at 13:32 #12687

    Please advise how can put Blog Title and Tagline in the center of Header?

    Thanks in advance

    Roman
    Spectator
    Posts: 3147
    01.09.2014 at 15:31 #12693

    insert in the Custom CSS field:

    .header a, #tagline, #logo {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
    }

    Georgios Papageorgopoulos
    Spectator
    Posts: 33
    01.09.2014 at 17:18 #12702

    Roman, thanks a lot.

    It worked just fine. By the way I tested also in the right position, changing from “center” to “right” in CSS text you provided. It worked just fine too.

    Best Regards

    George

    Roman
    Spectator
    Posts: 3147
    02.09.2014 at 18:19 #12714

    glad to help