Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #82155
    Urszula
    Member

    header is not in the middle, how to centre it? where are these options?

    #82167
    Mahesh
    Keymaster

    Hi @Urszula,

    Please post in your site url, so I’ll be able to know your problems.

    Regards,
    Mahesh

    #82198
    Urszula
    Member

    hi, the site is: http://www.binaryoptionspinkpanther.com
    can you tell me where should this be changed.

    #82224
    Mahesh
    Keymaster

    Hi @Urszula,

    It seems you’ve put some widgets in Header Right, please remove it.
    Go to Dashboard=> Appearance=> Customize=> Widgets=> Header Right” and delete all widgets from here. Then the headings and logo will be centered.

    Regards,
    Mahesh

    #82242
    Urszula
    Member

    perfect! it works!!!!
    thanks a lot. Also wanted to know if it’s possible to change font size in footer 1 ?

    #82244
    Mahesh
    Keymaster

    Hi @Urszula,

    To change font size in footer 1, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:

    /* For Title Widget Title */
    #first.widget-area .widget-title {
        font-size: 20px;
    }
    
    /* For Title Widget Text */
    #first.widget-area .textwidget {
        font-size: 18px;
    }

    Note: Change the size per requirement.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘header not centre’ is closed to new replies.