Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • voonchung Friend
    #961544

    http://atmy.fingerteeps.com/

    when it is in mobile view, the text logo and slogan cannot be displayed properly. Please refer to attached.

    Please advise.


    1. Capture-3
    Saguaros Moderator
    #961902

    @voonchung

    Ideally, I think you can show the logo text only and hide the slogan in mobile view, it will look nice as due to the concept of this template, it uses a small logo and it fits all screen sizes.

    If you want this way, try with my tweak:

    change both to col-xs-6 and it looks like: http://prntscr.com/c8sr61

    Then to hide the slogan in mobile, open the css file: ROOT/templates/ja_intranet/css/custom.css (create this file if it doesn’t exist)

    and add this rule:

    @media (max-width: 667px) {
      .logo-text .site-slogan {
        display: none;
      }
    }
    voonchung Friend
    #961916

    Thanks. I have implemented all your changes.

    Please see attached image. There is still a small chunk of unwanted logo image appearing. Please advise.


    1. Capture-5
    Saguaros Moderator
    #962411

    Try to update above media queries so it looks like:

    @media (max-width: 667px) { 
      .logo-text .site-slogan, .t3-mainnav .logo-text { 
        display: none; 
      }
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 3 months ago.

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