Sizing and aligning photo gallery

  • Unknown's avatar

    Hi, On the home page, i would like the photo gallery carousel to be the same size (width & height) as the video above and i would like the frame of the photogallery to have no corner radius. I would also like the photo gallery to align along the lefthand side in line with the video gallery please. Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, you can set the max-width for the photo carousel to 700px, which is the max width of the video above with the following CSS.

    body div.slideshow-window {
        max-width: 700px;
    }

    To get rid of the border radius and set the slideshow width to the same as the video above, change the following rule in your CSS to look like this.

    body div.slideshow-window {
        max-width: 700px;
        border-radius: 0;
    }
  • Unknown's avatar

    Thanks, that worked perfectly :)
    I have another question relating to the look of the home page but will put that in a new post.

  • Unknown's avatar

    Super and you are welcome.

  • The topic ‘Sizing and aligning photo gallery’ is closed to new replies.