-
AuthorPosts
-
March 4, 2014 at 7:32 am #232038
I’m having some difficulty with how the site is viewed on a mobile a device. The logo is essentially gone, images and pages cut off. Please help…here is the temporary link…
http://rhphotos.com/testportal/gonzagaMarch 4, 2014 at 8:27 am #232058Hi monjacq01!
Please download the latest version of theme. Looks like you did a lot of modifications and it is hard to trace which files have gone haywire. Add this on Quick CSS to fix the logo on mobile view:
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 30%; width: 30%; margin-left: 20px; } .bottom_nav_header.social_header #header_main .container { height: 50px !important; line-height: 50px !important; } }
Best regards,
IsmaelMarch 5, 2014 at 1:41 am #232465This reply has been marked as private.March 5, 2014 at 7:41 pm #232884Hey!
1- It would be the best if you resize the image
2- Have you tried adding video to Color Section element? If not, can you please try and check on mobile?Cheers!
YigitMarch 5, 2014 at 8:15 pm #232898This reply has been marked as private.March 6, 2014 at 6:20 am #233063Hey!
Please add this on Quick CSS to prevent the image from being cut off on iPhones or screens with 320px resolution:
@media only screen and (max-width: 321px) { .responsive #main .container_wrap:first-child { border-top: none; max-width: 320px; } }
Regards,
IsmaelMarch 12, 2014 at 9:40 pm #236552This reply has been marked as private.March 12, 2014 at 9:46 pm #236556Hi!
Please update Enfold to the latest version 2.6.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
You can check changelog here http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelogRegards,
YigitMarch 17, 2014 at 2:50 am #238449This reply has been marked as private.March 17, 2014 at 6:53 pm #238910Hey!
Please post login credentials here privately. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
YigitMarch 17, 2014 at 9:15 pm #238997This reply has been marked as private.March 19, 2014 at 4:29 am #239827Hi!
The fullscreen images/slider will always get cut off and cropped a bit depending on the users screen size. It isn’t the same as a regular slider because it always fits *fullscreen* and not just responsive. So it crops and adjusts to fill the users screen.
If you want the full width of the image to always show you need to use the fullwidth slider instead.
Best regards,
DevinMarch 19, 2014 at 7:25 pm #240283This reply has been marked as private.March 19, 2014 at 7:27 pm #240288Hi!
Can you enable right click so we can provide you more accurate custom CSS code? :)
Regards,
YigitMarch 19, 2014 at 7:31 pm #240291This reply has been marked as private.March 19, 2014 at 7:34 pm #240293Hi Monjacq01!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive #header .social_bookmarks { top: 85%; }}
:)
Cheers!
YigitMarch 19, 2014 at 7:42 pm #240300This reply has been marked as private. -
AuthorPosts
- The topic ‘mobile view’ is closed to new replies.