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
Okay, thank you very much! I really appreciate your help.
Great, glad it worked out. Reviews are welcomed 😉
Happy to leave a review – where do I write it?
Okay, done! Thanks again for your help with my problem!