Hi,
Congratulations for yours templates 🙂
I have an error with this template when the Css Validation.
This error concern (i think) the box in bottom :
425 : wrong property : width grammatical issue.
This line is :
<div class=”ja-box-full” style=”width: ;”>
Width is “empty” :confused:
I changed the line in my css (template.css) by adding the width line:
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
float: left;
overflow: hidden;
width: 100%;
}
But no change, there is an (same) error again.
what’s wrong ?
Can you help me to resolve this issue please ? 🙂