• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 11.01.21, 12:39
  • Opened by: Martin Gallo
  • Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #20416 - border only at the bottom

how can i make border only at the bottom? i wrote 0px 0px 1px 0px to header builder-row-design-border but it doesnt work

Comments

Martin Gallo 11 Jan 2021, 13:39

Also margin-top doesnt work with phone icon

Fred 11 Jan 2021, 16:03

try custom CSS

#header {
border-bottom:1px solid #333;
margin-bottom:10px;
}