Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • blackfiction Friend
    #963953

    Hi, I have a logo text that is just a bit too large. Please see the attachments.
    What is your advice to improve the styling?

    My thoughts;

    • do not use text but a picture logo. Can you give advice about the height/width in px for normal and small screen?
    • use styling / code to have some more space around the logo (left and right). Is this possible or is a logo the best way to go?

    Thanks.


    1. IMG_0126
    2. IMG_0127
    Saguaros Moderator
    #964292

    Hi

    The screen size of mobile view is a bit small with long text for the logo.

    I think you can set the small font size for text in mobile view only:

    • Go to file: ROOT/templates/ja_intranet/css/custom.css (create this file if it doesn’t exist)
    • Add this css rule:
      @media (max-width: 320px) {
      .logo-text a {
      font-size: 18px;
      }
      }

      or change to the value you wish.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum