• Resolved ckadmin

    (@ckadmin)


    Hi,
    I am using Justwrite theme. Please tell me how to decrease the width of logo area on the top.
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    You can do that with css to make the font size smaller, for example:

    .logo { font-size: 24px !important; }

    Thread Starter ckadmin

    (@ckadmin)

    I am not referring to the size of the logo font.
    What i wish to do is reducet the the height of the logo area (that is currently in black color) on which the logo lies.

    Theme Author acosmin

    (@acosmin)

    Then this might help:

    .top.logo-text {
        height: auto;
        min-height: 110px !important;
    }
    Thread Starter ckadmin

    (@ckadmin)

    Thanks you 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘How to decrease the width of JustWrite logo area on the top.’ is closed to new replies.