z0c / historiaonline

Repositório de apoio ao site História Online.
https://historiaonline.com
0 stars 0 forks source link

[wordpress]: Padding for breadcrumbs is missing on mobile #16

Closed nvnivs closed 2 years ago

nvnivs commented 2 years ago

Created issue on support for the theme https://wordpress.org/support/topic/breadcrumbs-format-on-mobile/

nvnivs commented 2 years ago

Responded:

This CSS should fix the spacing issue for you:

@media all and (max-width: 799px){

  #breadcrumbs {
    padding: 0 2.778%;
  }
}

Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

Post Link: https://wordpress.org/support/topic/breadcrumbs-format-on-mobile/#post-15653853
nvnivs commented 2 years ago

done, nuch better!