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!
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
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
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!