Viewing 15 posts - 1 through 15 (of 19 total)
  • Posted in: Uplift
  • #319914
    Therastan
    Member
    Post count: 56

    Hi,

    I got an issue with the logo on Chrome and Safari (first screenshot.png). That’s fine on Firefox and Internet Explorer (HOMEPAGE.jpg).
    I need help.

    Thanx!

    Attachments:
    You must be logged in to view attached files.
    #319921
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    #logo.has-img img {
        max-width: 97%!important;
    }
    #319924
    Therastan
    Member
    Post count: 56

    OK that’s fine.
    Thank you so much!

    #319934
    Therastan
    Member
    Post count: 56

    Well, I still got a problem on Chrome with a max-width: 1170px.
    Perhaps I could decide to change the menu with the mobile menu ?

    Attachments:
    You must be logged in to view attached files.
    #320207
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Yes you can.

    If you go to Theme Options > Mobile Header Options > Mobile Header Visiblity – you can set the viewport size at which the mobile menu shows.

    Thanks,

    – Ed

    #320216
    Therastan
    Member
    Post count: 56

    Well, I have only 3 possibilities (Tablet portrait and landscape, mobile), but I would like to set the viewport size at 1170px.
    Thanx

    #320338
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Well, tablet landscape is around 1024px.
    Not sure if it’s possible to adjust those values.

    Will forward to Ed.

    -Rui

    #320395
    Therastan
    Member
    Post count: 56

    Thanx.
    Could you tell me which resolution is for tablet portrait?

    #320414
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It’s at 992px

    -Rui

    #321537
    Therastan
    Member
    Post count: 56

    May I have an anwser from Ed please?

    #321544
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I just forward it again. Apologize for the delay.

    -Rui

    #323036
    Therastan
    Member
    Post count: 56

    Hello,
    Does anybody here?

    #323046
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @Therastan

    I do apologize for the delay, somehow it was misassigned.

    To set a custom viewport size for which it changes, you would need to add a large amount of CSS or edit the CSS found in the responsive stylesheet – not an easy job.

    – Ed

    #323165
    Therastan
    Member
    Post count: 56

    Sure, I know it is not an easy job. But it’s very important for my client!
    I guess there’s a breaking point in a JS file?

    And I still got a problem with the center logo under 1200px!

    HELP

    Attachments:
    You must be logged in to view attached files.
    #323170
    David Martin – Support
    Moderator
    Post count: 20834

    To fix the logo on the smaller viewport, you would use a media query. Here is an example:

    @media (min-width: 768px) {
       #logo.has-img img {
          max-width: 95%!important;
       }
    }

    For your other customizations, you would want to work with a developer as that is not something we support via the forums.

    Thanks.

Viewing 15 posts - 1 through 15 (of 19 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