Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #65891

    lokesh N
    Participant

    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

    http://i59.tinypic.com/2k4w9c.jpg

    #66002

    Zeshan
    Member

    Hey 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):

    1. Your URL.
    2. 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.

    #66094

    lokesh N
    Participant
    This reply has been marked as private.
    #66311

    Kosher K
    Member

    Can you try this adding this in Customizer -> Custom -> CSS

    #fancybox-title-over {
        width: 96.466%;
    }

    Hope that helps.

    Cheers

    #66603

    lokesh N
    Participant

    Excellent mam. i love your support 🙂

    #66975

    Christian
    Moderator

    You’re welcome Lokesh.