Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100376
    michael
    Participant

    Hello,

    is it possible to have the title and description site in the center of the page ?

    thanks a lot for your big work

    #100383
    Mahesh
    Keymaster

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

    #header-content{
    	text-align: center;
    }
    
    #logo-wrap{
    	float: none;
    }

    Regards,
    Mahesh

    #100384
    michael
    Participant

    it’s perfect, thanks a lot

    #100388
    Mahesh
    Keymaster

    @micwilly: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center description and title site’ is closed to new replies.