It's Alive !!!
Ning To Jamroom
thechocolatelife:
boplive:
Oops sorry I shouldn't say it as repeating. ..wht it's doing is overlapping other pictures..it looks like another row of pictures on top of pictures
I am looking at Chrome on an iPhone and don't see that problem, but I do see it in Safari. I will have to see if there's something I did outside of an "if this displayed on a mobile device" and then try to figure out why it's a problem on Chrome and not Safari.
There is a reason I don't do this for a living.
Hi Clay, the 'overlapping' pictures are coming from your blog list. You have the list set to a set height of 636px but when the browser becomes a different size the list is breaking out of the size. I would either set the overflow to hidden or set it to auto so a scroll bar is available for members to scroll the list on smaller size screens this will then stop the 'overlapping'
so add either
overflow:hidden
or
overflow:auto
One other adjustment I would make would be the profile images in the activity list as they are really tiny, if you remove the padding surrounding them they will look much better. The padding is part of the action_item_media so as the activity is in it's own div you should be able to get to the padding with something like this
#activitydiv .action_item_media{ padding:0px; margin-right:2px }
or edit the template for that list.
Sorry forgot to add an image of the difference so here it is
updated by @john-bizley: 02/02/15 12:05:35PM