-
AuthorPosts
-
April 8, 2016 at 10:57 pm #610441
On tablets, in portrait orientation, the social feeds (ie. Facebook and Twitter) are cut off on the right because their widths are specified in pixels. I thought to use this code in Custom CSS to make the adjustment, but need to know what to replace the ?????? with in the following. (Or, is there a way to make the FB and TW auto scale regardless of device and resolution?)
@media only screen and (min-width: 768px) and (max-width: 989px) {
.?????? {
width: 30%;
}
}April 10, 2016 at 6:11 am #610730Hi m,
I couldn’t see anything being cut off on the page you linked to, could you post a screenshot highlighting the issue please?
Thanks,
RikardApril 10, 2016 at 4:09 pm #610798Here is a screen capture from iPad Safari., portrait orientation.
April 10, 2016 at 8:20 pm #610822Hi!
Can u please sned us from here
http://quirktools.com/screenfly/a link, on which size do you notice the issue, so we can help you exactly?
Thanks a lotRegards,
BasilisApril 11, 2016 at 5:18 pm #611467Apple iPad All. There is only one size for iPads.
April 11, 2016 at 5:38 pm #611474link
April 12, 2016 at 6:41 am #611684Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) { #footer .av_one_fourth { width: 50% !important; } }
Regards,
RikardApril 12, 2016 at 4:51 pm #612022Thanks, tried it. It forces a single column, and each item is a different width so it looks really clunky. Not a good look unfortunately.
April 13, 2016 at 5:20 am #612391Hi,
Ok, could you post a screenshot of mockup of what you would like it to look like please?
Regards,
RikardApril 13, 2016 at 3:44 pm #612832I would like it to look the way it does now, but without cutting off the text in Twitter and Facebook feeds in iPad portrait. In all other devices and browsers that I’ve tested, they are not cut off. Here is your screen capture of how it is not cut off in iPad landscape.
April 15, 2016 at 9:30 am #614657Hi!
Looks like you’re not using the theme’s facebook likebox widget. Please replace it with the theme’s fb widget. The widget will automatically adapt to its parent container width.
Best regards,
IsmaelApril 15, 2016 at 4:57 pm #615018Thank you! This resolves the Facebook issue. The Twitter issue is still a problem. The theme doesn’t seem to have a Twitter feed widget.
April 15, 2016 at 6:05 pm #615068Twitter’s widget seems to have a minimum width of 180 pixels. Maybe that is why it’s content is cut off in iPad portrait view. Is it easy to make footer 1 and 2 display in one row, and then footer 3 and 4 in one row – only on iPad portrait resolution view?
April 19, 2016 at 6:30 am #617109Hey!
I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the plugin author for additional info.
Cheers!
IsmaelApril 19, 2016 at 6:12 pm #617589It’s the code direct from Twitter. If you do not recommend pasting in the code supplied by Twitter, what do you recommend that works with your theme?
April 22, 2016 at 10:57 am #619737Hey!
try to use a different plugin, which works better for you.
Best regards,
AndyApril 22, 2016 at 7:39 pm #620182Haven’t found one that work.
April 26, 2016 at 4:09 am #621847Hi,
Unfortunately we can’t do much about the content which is delivered by Twitter, I would at least consider the solution I gave you earlier in the thread to display the footer widgets at 50% a bit earlier. Otherwise I think some cutting of content is inevitable unfortunately.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.