• Resolved wgalbreath

    (@wgalbreath)


    Hello,

    I need help centering all of the galleries on this page. Right now, the gallery called “All Darby Dan Galleries” is currently on the right side, although I would like it to be centered on the page.

    I would also like to add a Hover ‘Grow’ effect to each of the gallery featured images.

    (For both of these issues, I have tried messing around with it on Inspect mode and also changing the website theme coding, but haven’t had any luck.) Can you please let me know how I can edit the coding to do this?

    Thank you!!
    darbydanohio.com/galleries/

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Difficult.

    The LAST gallery is right-aligned by the style:
    .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }

    You could change this to: “float: left”, or “float: none”, or …
    However: “float: center” doesn’t exist ??

    (Maybe this topic needs the status “Topics with no replies”. So place a new topic).

    Thread Starter wgalbreath

    (@wgalbreath)

    You are amazing! Having it on the left looks great. Thank you!!! I wish you a joyous week!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help Centering Galleries & Hover Effect’ is closed to new replies.