Issue
I'm trying to remove white space on a page but I don't understand where it coming from.
The website Is built on the WordPress platform
I've attached a screenshot of the whitespace.
basically, I want to remove the whitespace so the text will align with the image on the same line.
Here is a URL of the product page: https://medton-hedim.co.il/product/clean-aid-%d7%a1%d7%a4%d7%a8%d7%99%d7%99-%d7%9c%d7%a0%d7%99%d7%a7%d7%95%d7%99-%d7%9e%d7%99%d7%a0%d7%99/
Solution
This should fix it:
.summary.entry-summary {
display: flex;
}
Answered By - orghu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.