Making WordPress.org

Opened 15 months ago

Closed 7 months ago

#6638 closed defect (bug) (fixed)

White space issue in responsive at 768px.

Reported by: himshekhar07's profile himshekhar07 Owned by:
Milestone: Priority: normal
Component: Five For The Future Keywords: needs-patch
Cc:

Description

The page generates a horizontal scrolling bar and white space in the responsive (at 768px) on this page https://wordpress.org/five-for-the-future/.

For better understanding I provide the Video attachment Link:
Video link: https://share.cleanshot.com/0Qmcwdld3Kbn4MksSkG0

Change History (2)

#1 @kajalgohel
15 months ago

Hi @himshekhar07,

Thanks for reporting this issue. I have checked the issue and was able to reproduce it.

Adding the below CSS will solve this issue:

@media screen and (max-width: 360px){
    .wp-block-button {
       font-size: 12px;
    }
}

Thanks.

#2 @dd32
7 months ago

  • Component changed from WordPress.org Site to Five For The Future
  • Resolution set to fixed
  • Status changed from new to closed

This appears to have been fixed.

Please note, Issues about the Five for the future theme should be filed on https://github.com/WordPress/five-for-the-future/issues/new in future.

Note: See TracTickets for help on using tickets.