Since I can't figure out how to attach an image to this post, I've sent you 3 screen grabs by email to show how the pop up and the css code look now after making your suggested change.
I've also included another screen grab to show you what the back end looks like on an iPad. It looks all mixed up? Why is it like this?
Hi,
You can try to do the following:
- Remove attribute "width: 100%;" in <p>
p{
width: 100%; => remove it;
}
- You find to style.css and edit the following line
.jux-lightbox2 .jux-media img {
width: auto; ==> edit: width: 100%;
height: auto;
}
Hope it help!
Hi Job.
1.i'm sorry. Please give me your image again. I can't see it because it very small.
You can up image by
prnt.sc/
2. Please restore file style .css default and add line
.jux-lightbox2 .jux-media img{
width: 100%!important;
}
Thanks
Now that the basic functionality is all working, I will make a safe copy of the installation and start to style the look of the portfolio text and windows. I'll send you a link to the full website when it is finished so you can see how the portfolio extension fits in.