Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • andy737 Friend
    #998405

    Titles of articles – not resizable in category view – on preview on mobile (or when resize window).

    If we look in article – then Titles – resize to a small one, but in Category – not resize to small ones, please see here Ex
    https://1md.online/z1-test/en/showbiz/celebrity

    PLS, how to acheive resize for titles in Category – analogic to how they resize in article preview? THX

    Pankaj Sharma Moderator
    #998411

    Hi
    The title is fine and responsive : http://prntscr.com/dpll2q
    Kindly check the site in mobile its normal.

    andy737 Friend
    #998425

    THX,
    on LOCAL(!!!) computer, browser Opera also Firefox – the Title inside of an Article resize, (48px to 24px)according to code

    .item-page .page-header h2 {
    font-size: 48px;
    margin: 0;
    }

    @media (max-width: 480px)
    .item-page .page-header h2 {
    font-size: 24px;
    }

    BUT on Live -site in internet – Still no effect, why?

    In article is OK
    http://prnt.sc/dplt6m
    http://prnt.sc/dpltka
    In Category preview – NOT resize like it do in article preview – http://prnt.sc/dplu6l, but WHY?

    And WHY it take no effect in live site??? can you help me pls

    andy737 Friend
    andy737 Friend
    #998449

    MAYBE for live site the solution is
    add in custom.css this code

    @media (max-width: 480px)
    .item-page .page-header h1 {
    font-size: 24px;
    }

    custom.css not work

    (I change H2 to H1 for title article for SEO purpose on LIVE SITE like recomended) but my custom.css not work (please see https://www.joomlart.com/forums/topic/submenu-not-show-correctly/)

    https://snag.gy/0qjACJ.jpg

    Can you help me PLS to solve these problems – 1)ON LIVE site and 2)in CATEGORY preview
    TXH

    andy737 Friend
    #998456
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #998469

    Hi
    Kindly create separate thread for new topics.
    For submenu topic, i can see team member already following your thread kindly follow the same thread.
    Here is an example how to use media query

    
    @media (max-width: 480px) {
    .item-page .page-header h1 {
    font-size: 24px;
    }}
    andy737 Friend
    #998491

    ok, Thank you! i-m vaiting to solve with custom.css on other topik

    BUT, PLS help me with this – In Category preview – NOT resize like it do in article preview – http://prnt.sc/dplu6l, http://prnt.sc/dplt6m WHY?

    Pankaj Sharma Moderator
    #998501

    Hi
    Use the method i suggest above

    @media (max-width: 480px) {
    .item-page .page-header h1 {
    font-size: 24px;
    }}
    

    And apply correct classes it will work.

    andy737 Friend
    #998513

    ok, thank you,
    i wish you and all the team JA happy holidays!!!

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

This topic contains 9 replies, has 2 voices, and was last updated by  andy737 7 years, 10 months ago.

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