I would like to add something like this through custom css:
#header .header-top {
margin-left: 200px;
margin-right: 200px;
margin-top: 20px;
}
It does not work if I add it to / web / themes / mytheme/ assets / css / custom.css
What should be changed to get it working?
Thanks