New Landing How can we help? Themeforest Theme Support Uplift Portfolio Page Icon issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Uplift
  • #314806
    Taffy
    Member
    Post count: 261

    Two issues

    1. The Portfolio Page Icon is sitting above the title on smartphone (see screenshot).

    2. Logo is not centred in height on tablet in landscape mode (see screenshot).

    Thanks,

    Mark

    Attachments:
    You must be logged in to view attached files.
    #314935
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the issue 1), add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    sf-responsive.css:1250
    .page-heading .post-nav {
        width: 20%!important;
        margin-top: 10px!important;
    }
    }
    
    @media only screen and (max-width: 767px){
    sf-responsive.css:1264
    .single-portfolio.page-heading-standard .page-heading .heading-text {
        width: 80%!important;
    }
    }

    Can’t replicate the issue number 2, any specific browser/resolution?
    https://www.dropbox.com/s/tv5fqilgpf8n8ld/Screenshot%202017-02-23%2017.57.59.png?dl=0

    -Rui

    -Rui

    #314961
    Taffy
    Member
    Post count: 261

    Issue 1 still remains.

    Attachments:
    You must be logged in to view attached files.
    #315022
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    did you cleared the browser cache or tried in Chrome incognito?

    -Rui

    #315161
    Taffy
    Member
    Post count: 261

    Issue 1 still remains.

    Cache cleared etc.

    #315199
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    There was an error in my css, can you remove the previous one and add the one below.

    @media only screen and (max-width: 767px){
    .page-heading .post-nav {
        width: 20%!important;
        margin-top: 10px!important;
    }
    }
    
    @media only screen and (max-width: 767px){
    .single-portfolio.page-heading-standard .page-heading .heading-text {
        width: 80%!important;
    }
    }

    Thanks

    -Rui

    #315373
    Taffy
    Member
    Post count: 261

    Hi Rui,

    Sorry, but the result is worse than before (see attached).

    The icon is left aligned, but the page title is off-center and on a line below.

    Thanks,

    Mark

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

    For 1) you should also add:

    @media only screen and (max-width: 767px) {
    .single-portfolio.page-heading-standard .page-heading .heading-text {
        width: 85%!important;
    }
    .page-heading .post-nav {
        float: left;
        line-height: 100%;
    }
    .page-heading .post-nav {
        margin-top: 15px!important;
    }  
    }
    #315691
    Taffy
    Member
    Post count: 261
    This reply has been marked as private.
    #315750
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out.

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

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

License required for the following item
Login and Registration Log in · Register