Mobile View - Iphone

Discussion in 'RoadFighter WordPress Theme' started by rdeshazer, Sep 8, 2015.

Thread Status:
Not open for further replies.
  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    1. Center logo and lower "Page Navigation Menu". Reference document (image2.pdf)
    http://hennessycapllc.com/Sandbox/our-investment-thesis/

    2. Move the page title up so it is above the black divider line. Reference document (image3.pdf)
    http://hennessycapllc.com/Sandbox/hcac-ii

    3. Vertical view of management team page is not aligned. Reference document (image4.pdf)
    http://hennessycapllc.com/Sandbox/mgmteam

    4. news feed page box text overlaps into the other box. Referene document (image5.pdf)
    http://hennessycapllc.com/Sandbox/news/

    5.Vertical view email address is cut off. Reference document (image6.pdf)
    http://hennessycapllc.com/Sandbox/contact-us/

    Thx,
    R
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    We would pe providing you with solutions one-by-one so that it will be easy for you to understand and implement.

    For 1 & 2 :-
    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    .header_wrapper .logo {
        float: none;
    }
    .menu-wrapper {
        margin-top: 3px;
    }
    .fullwidth-page-heading h2 {
        margin-top: 0px !important;
    }
    .fullwidth-page-heading{
    height:66px !important;
    }
    }
    
    Hope it will resolve your issue

    For 3 and 5 :-
    We have checked it on mobile devices, and found everything displaying properly. We have attached a snapshot of it too. If you are still with the issue, do let us know the phone model in which you are browsing, so that we can get it customized for you.
    2015-09-08_16h12_15.png
    2015-09-08_16h08_24.png

    For 4 :-
    The issue you are facing of text overlapping is because the word 'NewswirePublished' is big as a whole, and could not adjust in the specific area. As a solution kindly separate the words so that it could fit the screen.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
Thread Status:
Not open for further replies.

Share This Page