Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1019682
Mobil Header Issues
Closed

Comments

  •  2
    jasonrae started the conversation

    If we use the icons in the header section it causes issues when we make the site mobile.  Is there a way you can fix this issue so it does not happen? 

    1. Please show me how to fix the issue with the custom css I can place in the main CSS file so its a site wide fix.

    2. Maybe I am missing a setting in the theme that might be causing this and if so please show me where to go and fix it.  

  •  7,092
    Oliver replied

    HI!

    Pls. add link to this page.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •   jasonrae replied privately
  •  7,092
    Oliver replied

    HI!

    at first your site is on HTTPS and ain admin panel url with HTTP, this ma be cause of a lot of bugs. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    jasonrae replied

    We corrected this issue and its still having the same issue.  The icon is not working on the mobile.  Please help. Thanks

  •  7,092
    Oliver replied

    HI!

    1. pls. use following css:

    @media (max-width: 768px) {
    .gem-icon-size-large {
        font-size: 39px;
        border-width: 3px;
        height: 56px;
    }
    .gem-icon-size-large {
        font-size: 15px;
        border-width: 2px;
        height: 28px;
    }
    .page-title-alignment-left {
        padding-bottom: 110px !important;
    }
    }

    2. As I see there still http (attach)

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver