New Landing How can we help? Themeforest Theme Support Joyn Ipad and Mobile View

Viewing 15 posts - 1 through 15 (of 26 total)
  • Posted in: Joyn
  • #143254
    Keremdo
    Member
    Post count: 111

    Hey Guys, i have two Problems:

    1. When checking my Website on mobile ( for example a 4.5 inch Samsung ) the Logo looks way too big, on iphone 5 (small screen) its normal. How can i change that?

    2. When viewing my Site on Ipad the subtitle is missing, how come ?

    Best regards,

    -Steve-

    #143305
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Have you set a max height for your logo?

    2) Which subtitle are you referring to?

    – Kyle

    #143337
    Keremdo
    Member
    Post count: 111

    Hey, yes i did, i set it to 40 px, but its still super big on my test device ( google nexus )

    2. i Mean when checking my site on Ipad, on the Frontpage ( home ) , i just see
    “Willkommen auf Exklusy” , and no Subtitle..

    -Steve-

    #143338
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you please provide me with a login so I can look into this

    – Kyle

    #143354
    Keremdo
    Member
    Post count: 111
    This reply has been marked as private.
    #143396
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Check now

    #143408
    Keremdo
    Member
    Post count: 111

    Hey Kyle,

    Logo looking good,
    but Subtitle on Ipad still not showing..

    -Steve-

    #143413
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this to your custom css:

    .page-heading.fancy-heading {
      overflow: visible;
    }

    – Kyle

    #143535
    Keremdo
    Member
    Post count: 111

    hey Kyle,

    this does not affect the Problem, Subtitles still not visible, but only on Ipad!

    -Steve-

    #143577
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try:

    .page-heading.fancy-heading {
      overflow: visible;
    }
    .fancy-heading-wrap {
      overflow: visible;
    }

    – Kyle

    #143590
    Keremdo
    Member
    Post count: 111

    Hey,

    this works for landscape,but only if i set “Hero Heading Height” much larger then i´d like to.

    Between the Title and the Header is a huge space on ipad, maybe i should reduce this space cause it´s not looking good…

    Your having an idea how to reduce the space between the Header and the Title on ipad? Works fine on the other devices…

    #143843
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    #mobile-header-sticky-wrapper {
      height: 80px!important;
    }
    

    – Kyle

    #144301
    Keremdo
    Member
    Post count: 111

    Hey kyle,
    if im adding these, the title on iphone for example is too high and not visible any more, its just an ipad problem. Do you know what to do or can you replicate this error?

    -steve-

    #144771
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try the this code with some modification to be only available in Ipad screen resolution.

    
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {
    #mobile-header-sticky-wrapper {
      height: 80px!important;
    }
    }

    -Rui

    #166413
    Keremdo
    Member
    Post count: 111

    Hey, nothing really works here!

    with
    .page-heading.fancy-heading {
    overflow: visible;
    }
    .fancy-heading-wrap {
    overflow: visible;
    }

    on landscape mode, title and subtitle are visible but still too much space to the header above.

    And in portrait mode on ipad, subtitle still not visible and way too much spaße to the header above…

Viewing 15 posts - 1 through 15 (of 26 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register