-
AuthorPosts
-
July 7, 2014 at 7:28 am #65891
HI sir,
i am using fancy box for showing image in zoom option in gallery. When showing like that i can see the bottom border title background showing outside the image.
My image size is 564×351
<div id=”fancybox-title” class=”fancybox-title-over” style=”margin-left: 10px; width: 564px; bottom: 10px; display: block;”>
this is the CSS generated and when i change width to 544px then its working fine. I dont know in which file i need to change.
kindly look the screen shot and tell wr to edit that content
July 7, 2014 at 1:15 pm #66002Hey Lokesh,
Thanks for writing in!
To assist you with this issue, we’ll first need you to provide us with some information below (don’t forget to select Set as private reply to ensure that your data remains hidden):
- Your URL.
- Your WordPress login credentials.
Once we have all of this, we’ll be about to provide you a tailored solution to the issue.
In the meantime, you can try adding the following CSS to Customizer > Custom > CSS and see if this works out for you:
.fancybox-title { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
Hope this helps. 🙂
Thank you.
July 7, 2014 at 7:36 pm #66094This reply has been marked as private.July 8, 2014 at 11:03 am #66311Can you try this adding this in Customizer -> Custom -> CSS
#fancybox-title-over { width: 96.466%; }
Hope that helps.
Cheers
July 9, 2014 at 5:21 am #66603Excellent mam. i love your support 🙂
July 9, 2014 at 10:41 pm #66975You’re welcome Lokesh.
-
AuthorPosts