Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #813583

    No matter which gallery I choose, using Enfold shortcake or the built in WP Gallery, all my galleries get shoved flush left and produce tiny thumbnails and simply aren’t working as they should. See the gallery at bottom of this post: and login details are provided below for your purposes.

    Also, please check out the EMBED of the YouTube video just below the gallery. It’s embedding as a vertical video and way to big. Something is messed with the sizing and dimensions of the media assets. Please advise. thanks

    • This topic was modified 7 years, 4 months ago by MacMyDays.
    #813985

    Hey MacMyDays,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .gallery .gallery-item {
        width: 33%;
        height: initial;
    }
    .embed-youtube iframe {
      width: 470px !important;
      height: 400px !important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.