Making WordPress.org

Opened 19 months ago

Last modified 11 months ago

#6858 new defect (bug)

Margin and padding issue on WordPress donate website

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: lowest
Component: WordPress.org Site Keywords: needs-patch needs-design-feedback has-screenshots
Cc:

Description

Please check the below URL:
https://wordpressfoundation.org/donate/

In the sidebar, there is no space between the search label and the input box. For more details, please check the attached screenshot.

Attachments (2)

CleanShot 2023-03-14 at 22.11.46@2x.png (424.1 KB) - added by patelhitesh 19 months ago.
Margin and padding issue
CleanShot 2023-03-24 at 13.08.52@2x.png (741.9 KB) - added by viralsampat 19 months ago.
I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

Download all attachments as: .zip

Change History (6)

@patelhitesh
19 months ago

Margin and padding issue

#1 @patelhitesh
19 months ago

To solve the Margin and Padding issue, please find the below CSS:
.wp-block-searchinside-wrapper { margin-top: 20px }

#2 @Otto42
19 months ago

#6861 was marked as a duplicate.

#3 @viralsampat
19 months ago

Hello Team,

Here, I have provided its CSS:

.wp-block-search__inside-wrapper {
    margin-top: 10px;
}

Also, I have added its screenshot for better understanding.

Thanks,

@viralsampat
19 months ago

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

#4 @coffee2code
11 months ago

  • Priority changed from normal to lowest
Note: See TracTickets for help on using tickets.