Making WordPress.org

Opened 21 months ago

Last modified 12 months ago

#6852 new defect (bug)

Spacing Issue between description and image

Reported by: baroliyamayur's profile baroliyamayur Owned by:
Milestone: Priority: normal
Component: WordPress.tv Keywords: needs-patch has-screenshots
Cc:

Description

Spacing Issue between description and image on the mobile devices.

Page URL:- https://wordpress.tv/?s=

Issue Screenshot:- https://share.cleanshot.com/zDLsC9M9fHD95n7k0JgG

Attachments (1)

Screenshot 2023-11-23 at 6.45.50 PM.png (726.8 KB) - added by pitamdey 13 months ago.
After adding gap

Download all attachments as: .zip

Change History (3)

#1 @pitamdey
13 months ago

We can add gap in following class
.jetpack-instant-searchsearch-result-expandedcontent-container {

display: flex;
flex-flow: column;
gap: 20px;

}

@pitamdey
13 months ago

After adding gap

#2 @coffee2code
12 months ago

#7046 was marked as a duplicate.

Note: See TracTickets for help on using tickets.