Tagged: mobile issue, yigit
-
AuthorPosts
-
November 27, 2015 at 4:46 pm #543707
Hi there, I’m just about set, just 2 more issues on the mobile view.
My email and “Meetings by Appointment” in the icon box are getting cut off on mobile. (in the Contact area)
Can you help?
November 27, 2015 at 4:54 pm #543710Hey BrendaSarg!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) { .flex_column { width: 100% !important; margin-left: 0!important; }}
Cheers!
YigitNovember 27, 2015 at 7:31 pm #543791That mostly worked. Still losing the end of the email on a Galaxy S5 and Apple5 though?
November 27, 2015 at 7:32 pm #543792The “Meetings by Appointment” is adjusting perfectly though.
November 29, 2015 at 6:21 pm #544174Sorry to bug you again, but this is my last issue and I can launch!
I added:
@media only screen and (max-width: 768px) {
.flex_column { width: 100% !important; margin-left: 0!important; }}but on the Iphone and Galaxy S5 if still cuts off ” (Email address hidden if logged out) in the contact area.
November 29, 2015 at 7:34 pm #544183Hey!
Just tried to iPhone 6 and that was not happening.
Can you please clear the cache and give it a try again?
Thanks a lot!Best regards,
BasilisNovember 30, 2015 at 8:11 pm #544777Ya, I still have it? Galaxy as well. Even IPad landscape view
You can see here: http://quirktools.com/screenfly/#u=http%3A//preferredtax.ca/home&w=1024&h=768&a=22&s=1
Or tell me how to attach a screenshot and I can do that :)
December 1, 2015 at 7:14 pm #545493Hi!
Please try adding following code to Quick CSS as well
@media only screen and (max-width: 1024px) { .avia-icon-list .iconlist_icon { margin-right: 10px; }}
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Regards,
YigitDecember 1, 2015 at 10:44 pm #545643Hey nice side can you give the link to this homepage? Greetings John
December 1, 2015 at 11:16 pm #545655Fantastic, thank you!
December 1, 2015 at 11:22 pm #545658You’re wellcome
December 2, 2015 at 6:18 am #545749April 17, 2019 at 6:01 pm #1092089Hi there! We’re having this same issue:
https://flowster.app/how-to-use-the-sop-marketplace/
You can see the hyperlink in this screenshot is cutoff on the right side:
Any ideas how to fix this?
April 18, 2019 at 8:08 am #1092326Hi Trent,
Please try the following in Quick CSS under Enfold->General Styling:
p a { word-break: break-word; }
Best regards,
RikardApril 18, 2019 at 6:42 pm #1092479Unfortunately that didn’t help. Any other suggestions?
April 19, 2019 at 8:06 am #1092627Hi Trent,
Did you select to delete the old CSS and JS files under Enfold->Performance?
Best regards,
RikardApril 19, 2019 at 5:36 pm #1092716That worked, thanks!
April 20, 2019 at 8:21 am #1092871 -
AuthorPosts
- You must be logged in to reply to this topic.