Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Juan Carlos Stauring Friend
    #207901

    Hello :p
    I’d like to get the font on homepage slideshow to display better on mobile devices and show all font by keeping same style of font but just smaller (responsive) so the full word of ISRAEL displays as per the example cut off.
    Testing on iphone5 & iphone6.


    1. photo
    Ninja Lead Moderator
    #575767

    You can fix it with my solution below

    Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file

    h3 {
    font-size: 15px;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px;
    }

    to

    h3 {
    font-size: 15px !important;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px !important;
    }

    Ninja Lead Moderator
    #642096

    You can fix it with my solution below

    Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file

    h3 {
    font-size: 15px;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px;
    }

    to

    h3 {
    font-size: 15px !important;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px !important;
    }

    Ninja Lead Moderator
    #740756

    You can fix it with my solution below

    Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file

    h3 {
    font-size: 15px;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px;
    }

    to

    h3 {
    font-size: 15px !important;
    line-height: 1.25;
    }
    h3 small {
    font-size: 12px !important;
    }

    Juan Carlos Stauring Friend
    #575836

    that worked like a charm 😎
    thank you for the solution!

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

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 2 months ago.

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