I keep getting this error when adding attributes
to center the awards container and images within:
Error: The following error occurred when attempting to evaluate this template:
Unclosed Curly Brace Expression
I don't see any unclosed braces (?)
I tried this (for centering) because it takes care of IE with Firefox (margin attributes)
Code:
fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
max-width:150px;
margin-left:auto;
margin-right:auto;
}
Same thing occurs if I use:
I saw back around post #200 this issue was brought up (yes, I actually do search and read this thread's contents as best I can) .. and I only found the answer to be "Edit the custom CSS." Well, that's what I'm trying to do =/ I'm sorry, but each time I try, it's the "Curly" issue : (
Can someone post the attributes I can center the awards container and images with.. without the curly error message above?
Thank you
P.S. I'm editing Style 1 here.