Closed (works as designed)
Project:
Responsive Bartik D7
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
9 Jan 2013 at 17:56 UTC
Updated:
11 Jul 2015 at 02:47 UTC
Jump to comment: Most recent
Comments
Comment #1
mjohnq3 commented1) Do you see this in one specific browser or several?
2) What type of content is placed in the affected blocks? Standard Drupal blocks or custom blocks?
3) Do you see this problem on the demo site (mjq977.dev4.webenabled.net)?
4) Can you provide a link to the site?
Comment #2
Anonymous (not verified) commented1) most or all browser
2) I've put 2 facebook feeds, standard and custom block
3) no, at http://mjq977.dev4.webenabled.net it's just perfect. No overlapping.
4) http://scuolascimontebianco.com
Comment #3
mjohnq3 commentedAt screen widths greater than 850px, where the footer columns are displayed in a single row, the content of the Facebook feed blocks is wider than the region(s) it's placed in. The regions vary in width depending on the screen width, the Facebook block width is fixed. Is the Facebook feed a Drupal module?
Comment #4
Anonymous (not verified) commentedthe facebook feed is coming from http://drupal.org/project/widgets. I've found a working solution on http://drupal.org/node/1666204#comment-6193912.
Comment #5
mjohnq3 commentedIt looks like the fix you found and implemented is working reasonably well. Are you satisfied with the result?
Comment #6
Anonymous (not verified) commentedthe solution is not totally working. It seems the images width is 100% but the height is non proportional. So the aspect ratio width/height is not respected. Sorry for my english. You can see an example on http://scuolascimontebianco.com through iPhone's Safari, portrait view. Any help to fix the issue?
Comment #7
mjohnq3 commentedAs far as I can determine the CSS class for the embedded Facebook images is
uiPhotoThumb. I can't determine which CSS file it's in because it looks like Drupal's CSS aggregation is enabled, which is a good thing but it's makes troubleshooting difficult.If you can locate the file you can try changing this (the existing code):
to this:
I have no way of testing this so I can't guarantee that it will work.
Comment #8
Anonymous (not verified) commentedI disabled Drupal's CSS aggregation, but I'm not able to locate css file. I've tried to put in the theme style.css file, but nothing happen. Thanks for helping me so far. It seems the problem is just with all safari browser.
Comment #9
mjohnq3 commentedChanging category from bug report to support request.
Comment #10
mjohnq3 commentedMarking this as:
Closed - works as designed.No doubt many modules that produce fixed-width output will have to be changed to accommodate responsive themes.