Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, giftcakes!!!

    It can be easily managed by bit modification in style sheet.
    May I know yours site link? So, its easy to tell you the exact location of files for modification.

    Thread Starter giftcakes

    (@giftcakes)

    giftcakes.com

    Ok, the quick solution of your issue i.e. to centralize the custom logo is that go to syle.css file of your theme and add text-align: center; in style.css (line 173)

    File path: wp-content/themes/toommorel-lite/style.css
    (line 173)

    .header .logo {
        clear: both;
        margin-bottom: 20px;
        margin-left: 33px;
        margin-top: 38px;
        overflow-x: hidden;
        overflow-y: hidden;
        text-align: center;
    }

    One thing more…

    To do any sort of modification in any wordpress theme, the preferred way is to create its child theme and do modification there. For the quick example of creating a child theme click here.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘centering logo using toomorel lite 1.3.2’ is closed to new replies.