• Resolved mwoodard1

    (@mwoodard1)


    I have 3 featured page images that will not align no matter what I do. They worked perfectly before. All I did was change the featured pages/images.

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

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

    (@ndiego)

    Hi mwoodard1,

    I looking at the CSS on the page provided, it looks like your theme is making the first widget in that widget area full width (see below). It is the .flexible-widgets.widget-area .widget:nth-of-type(1) part. Then all subsequent widgets are 50% of the width of the container.

    .flexible-widgets.widget-full .widget, .flexible-widgets.widget-area .widget:nth-of-type(1), .flexible-widgets.widget-halves.uneven .widget:last-of-type {
        width: 100%;
    }

    Also, it seems like the widget area you are using has the class widget-halves even. In looking at the demo site for the theme you are using, they have three widgets in a row (which I assume is what you are looking for), but the widget area has the class widget-thirds. Is there are way on the backend to change the class on the widget area to thirds? This might solve the issue you are having.

    Let me know if that works, or if I can provide further assistance.

    Nick

    Thread Starter mwoodard1

    (@mwoodard1)

    Thanks for the insight. I’m not that familiar with style sheets so I’ll have to try something different.

    It doesn’t make much sense because it worked before. All I did was change the pictures and the links.

    Plugin Author Nick Diego

    (@ndiego)

    On the widget area itself, is there an option to switch between having two widgets on the row or three? Right now it appears as though it is set to have two widgets next to one another. Unfortunately the layout is not caused by the widgets themselves, so there is not much more I can assist with. I recommend reaching out to the theme author, I am sure they can help you out. There must be a setting somewhere that allows for 3 widgets in the row.

    Best,
    Nick

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Images Not Aligned’ is closed to new replies.