Okay
  Public Ticket #594102
Mobile problem
Closed

Comments

  • Dalton started the conversation

    Hello,

    I love the look of my website, however I have two issues with it when I look on my mobile device.


    1. The logo is the right size on the computer but when the screen is resized such as with the phone the logo becomes extremely small. Is there a way to change that?

    2. I notice on the mobile device that my headers are not showing up, is there a way to change this?


    Please get back to me as soon as you can. I greatly appreciate it!

    -Dalton Hartye


  •  8,470
    Tahir replied

    Hey ,

    You will have to use the Canvas Menu as there are too many items then the header allows .

    Best.


    ThemeNectar Support Team 

  • Dalton replied

    What about the issue with the headers not coming up on the website on mobile phones?

  •  8,470
    Tahir replied

    Which headers are you referring to ? . Could you provide a screenshot .

    Best


    ThemeNectar Support Team 

  • Dalton replied

    Attached is a header \"Strategic Focus\" and \"global focus\" they work fine on the computer but when the screen is resized to a smaller size, they dissapear.

  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (max-width: 690px) {
        .row .col.section-title span, html .single #single-below-header span {
            display: inline !important;
        }
    }

    Best.



    ThemeNectar Support Team