picks44
October 13, 2014, 12:27pm
1
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 ?
Nitai
October 13, 2014, 2:39pm
2
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.
Nitai
October 13, 2014, 3:11pm
4
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.
Hey @Nitai , now I have this problem :
@Nitai : It’s back, and the margin has gone ! Thks !
Nitai
October 15, 2014, 2:00pm
9
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.
picks44
October 15, 2014, 2:19pm
10
Wow, many thanks, that’s really awesome !
Thank you very much @Nitai , appreciated.