Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #272191

    Hi – I have 2 issues I’m hoping you can help with – both are related to mobile view:

    1. I made some modifications to the header (logo size and breadcrumbs) via custom css but when I view it on mobile browser the logo and breadcrumbs get messed up and cut off logo and show too much padding on breadcrumbs.

    2. On the ‘Resume’ page in mobile view the alignment of the first button to “Download resume” is off and pushed to the far right.

    Thanks for the help!

    #272507

    Hi cspoda!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab
    1-

    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo {
    height: 100px;
    }}

    2-

    @media only screen and (max-width: 480px) {
    .page-id-2381 .avia-button-wrap {
    padding: 0 !important;
    }}

    Regards,
    Yigit

    #272525
    This reply has been marked as private.
    #272559

    Hi

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .mobile_slide_out .logo img {
    margin: 0;
    max-width: 90%!important;
    }
    .container .main-title {
    padding-top: 0;
    }}

    Regards,
    Yigit

    #272569

    Thank you Yigit – works perfectly!! :)

    ———————————————————–
    – Update 6/6: Yigit – I heard from my client and apparently she is still having issues on her Android phone – please see here: http://s2.postimg.org/o1z1uivg9/IM000658.jpg

    Apparently in landscape view it is still showing up incorrectly.

    Can you help? Thank you!

    • This reply was modified 11 years, 1 month ago by cspoda. Reason: Rediscovered issue
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile View – Issues with alignment, header’ is closed to new replies.