• Resolved cristinaramos

    (@cristinaramos)


    Hi!,
    Once you open any image on the light box, the image captions are showing not in the center, not on a side but on a weird position between center and left side. How do we fix this? Im using Fukasawa but it happens in gk portfolio too.

    • This topic was modified 7 years, 3 months ago by cristinaramos.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author justnorris

    (@justnorris)

    You can add this CSS in “Appearance -> Customize -> Custom CSS” – that should center the captions:

    
    .pswp__caption__center { text-align: center; }
    
    
    • This reply was modified 7 years, 3 months ago by justnorris.
    Thread Starter cristinaramos

    (@cristinaramos)

    Nop, is not fixing it neither in the custom css of the theme neither with the simple css custom plugin.
    I manage to modiy and see it centered through inspect by right click, but it doesnt stay

    • This reply was modified 7 years, 3 months ago by cristinaramos.
    Thread Starter cristinaramos

    (@cristinaramos)

    I manage to modiy and see it centered through inspect by right click, but it doesnt stay

    • This reply was modified 7 years, 3 months ago by cristinaramos.
    Plugin Author justnorris

    (@justnorris)

    I don’t see that piece of custom CSS on your site.

    Thread Starter cristinaramos

    (@cristinaramos)

    I removed it as i didnt see result, but i add it again! here it goes https://cristinaramos.net/portfolio/portfolio/#&gid=1&pid=1
    I added it with the plugin simple custom css
    Do you see it now?

    However i added before and now when i click the caption on inspect, shows this on the line above (dont know if that was before doing it or not)
    <div class=”pswp__caption__center”>

    im afraid of messing up somthing

    • This reply was modified 7 years, 3 months ago by cristinaramos.
    Plugin Author justnorris

    (@justnorris)

    Ahh, for that theme looks like you need a more specific piece of CSS:

    
    .pswp .PP_Caption__title {
    	text-align: center;
    }
    
    Thread Starter cristinaramos

    (@cristinaramos)

    Worked!!! all great now!! thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with image captions position’ is closed to new replies.