• Resolved fatfighter

    (@fatfighter)


    I can’t get the second row of images to align correctly on my home page. Can you please help?

    Thank you very much,

    Sahar

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Sahar,

    The issue is due to the fact that the widgets are different heights and they are floated. For example the very first one has two lines of text, but the next two only have one line. This is causing the widgets below to not align correctly.

    One way to fix this is to set a min-height on all of the widgets. The following should get you started, but you may need to tweak to your liking. Simply add the CSS to the bottom of your style.css file.

    .home-top .widget.featured-content .widget-wrap {
        min-height: 355px;
    }

    Best,
    Nick

    Thread Starter fatfighter

    (@fatfighter)

    Okay, thank you very much! I really appreciate your help.

    Plugin Author Nick Diego

    (@ndiego)

    Great, glad it worked out. Reviews are welcomed ??

    Thread Starter fatfighter

    (@fatfighter)

    Happy to leave a review – where do I write it?

    Plugin Author Nick Diego

    (@ndiego)

    Here you go, thanks a bunch. It helps others find the plugin: https://www.ads-software.com/support/plugin/genesis-featured-page-advanced/reviews/

    Thread Starter fatfighter

    (@fatfighter)

    Okay, done! Thanks again for your help with my problem!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images not aligning’ is closed to new replies.