Home › Forums › Theme support › Cucina – child theme › Reply To: Cucina – child theme
Found the problem, your child theme css overwrite the custom css commands from the theme options.
Please change the order of your css files in the header of your child-theme.
Alternatively you can add this css code at end of the style.css file of your child-theme:
#brand img {
margin-top:40px;
margin-bottom:40px;
}