By Syabab on Saturday, 22 April 2017
Posted in General Issues
Replies 2
Likes 0
Views 388
Votes 0
Hi,

Layout for image attachment is too big.

See attached file.

The same layout problem if in protostar template.
Thanks, will assign this to our designer to look into this as soon as the week starts.
·
Saturday, 22 April 2017 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Syabab,

The image popup is generated by fancybox with default settings, there are no configurable for this fancybox right now. For quick fix you can insert css codes below into your template stylesheets.

[gist type="php"]
.fancybox-opened {
z-index: 10021;
}
[/gist]
·
Tuesday, 25 April 2017 17:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post