Margin in shared view

There is a huge margin settled in the shared view, making it impossible to show or embed properly (see http://tools.razuna.com/index.cfm?fa=c.share&fid=B9C83FCC51E34246BF3977D0DF8F7E83&v=8575C541-2B54-4AF4-94B933AADEE381A5 or http://www.fujitools.com/multimedia-gallery/).

It comes from the line 112 of the /global/host/dam/views/layouts/main.css?_v=2014.08.05.1 file :

#apDiv4 {
margin-left:280px;
}

Can you please remove it ?

If you look at the source code of the iframe you see that we remove that already as in:

apDiv4 {
position: absolute;
left:20px;
top:50px;
height: auto;
width: 95%;
min-width: 680px;
z-index:4;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;

Could it be that you overwrite this somehow in your page?

Nope, I have no CSS properties in my webpage. And it seems like you don’t overwrite the “margin-left” property in your CSS extract.

This is rather odd, as we have many customers using the shared folder and embed them. Let us see what is so “special” about your setup.

Please have a look at fujitools.com/multimedia-gallery/

Hey @Nitai, now I have this problem :

@Nitai : It’s back, and the margin has gone ! Thks !

We fixed that and other things in the shared view. Also, the search will now perform without the “*”, so in your case simply type “gh” and results will show.

Thank you for reporting this and making Razuna better.

Wow, many thanks, that’s really awesome !
Thank you very much @Nitai, appreciated.