This is what is contained in the child theme style sheet:
@font-face {font-family: “segoe-ui”; src: url(resources/segoeui.woff) format(‘woff’);}
@font-face {font-family: “segoe-regular”; src: url(resources/segoe.woff) format(‘woff’);}
@font-face {font-family: “segoe-semibold”; src: url(resources/segoe_semibold.woff) format(‘woff’);}
h1, h2, h3, h4, h5, h6, p, body {font-family:”segoe-regular”;font-weight:normal;line-height:120%;}
Thanks, the code worked either way (for adding padding) but I changed the page id as you suggested to make sure it applied to just this page.
That worked great. Thanks!
Now I just need the column spacing corrected in the lower area under the Community heading.
I could use this:
#home .av_two_third {
padding: 0 15px !important;
border-radius: 0px;
}
But I’m not sure this is the best solution. What do you think?
Any response?
I tried that but no change.
There is no content in the Quick CSS section and went through the style.css file piece by piece.
Would you like to take a look inside?