the webpage link is http://www.responsibleprescriber.com/wp/
I also realized that as “header” is an id, i needed to add a # in front of it, so i changed it to
#header {
padding-top: 15px;
padding-bottom: 15px;
}
Still no result. thx
ok, really basic question. i have been looking around and understand what i need to write to add padding. But i don’t know how to apply it to the header.
I have entered the code below in My Custom CSS, but nothing happens
header {
padding-top: 15px
padding-bottom: 15px
}
When inspect the element on the webpage i get
<header id=”header”>
I know i’m missing something pretty basic
Downloading Custom CDD plugin. Will play with it. Thx
Good to know. How do i get to the files themselves. I looked for margin codes in Appearence/Menu/Header and it wasn’t there.