Yey! You’re back.. I was wondering where you disappeared.. <grin>
Yes I moved above the media section and it didn’t change.
BUTTTTTTTTTTTTTTT
I found the problem.. its the comment line that blocking the CSS code. I couldn’t believe myself.
I had this below and nothing was passing. That double forward slash.
// footer text size
.footer_wrap p, .footer_wrap a {
font-size: 0.7rem !important;
}
Then I changed the comment line to below.
/* footer text size */
.footer_wrap p, .footer_wrap a {
font-size: 0.7rem !important;
}
BINGO! All works now. Thanks guys for this awesome quick support! Your theme is always in use <grin>
Closing this as resolved.