I’m looking for a code to set my front page widgets side by side.
As they have different amount of content they don’t align head to head.
I’m looking for a code to set my front page widgets side by side.
As they have different amount of content they don’t align head to head.
Is this in regards to Simple:Press or are you looking for WordPress help? Either way it’s hard to say what may be needed to line things up based solely on your question.
to do this is just about managing widgets heights
to manage widgets heights do this steps
1º right click on the target widget and click on inspect element to find widget ID
2º with your specifc widget ID go to style.css
3º add this #widget-id { height: pixel-height }
DONE
I always like to share answers cause someone might be looking for it.