Home Forums Theme support Centering Logo

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 8 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Hi,

    I need your help to center logo and keep it responsive. I am using Palace.

    Thank You

    Hi,

    normally customization is not part of the free support, but its quite easy for this theme. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS content and add this:

    #brand {
    float:none;
    with:100%;
    }
    #brand img {
    margin-left:auto;
    margin-right:auto;
    }
    #navleft {
    float: none;
    width: 100%;
    max-width: 100%;
    }
    header ul#menu {
    text-align:center;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.