1. Yes, it works, thanks. But it also means repeating some CSS code I had assigned to a fullwidth wrap that is now divided in several fullwidth wraps. For some reason the CSS code does not allow me to add all the new #anchors to the same CSS rule, and requires separate CSS rules for each selector.
I have to do this:
#workshops1 .image-box-svg-wrap {
margin-top: 52px;
}
#workshops2 .image-box-svg-wrap {
margin-top: 52px;
}
Instead of this:
#workshops1 #workshops2 .image-box-svg-wrap {
margin-top: 52px;
}
2. I’m wondering if it would be safe also to edit html in the text editor of a Text Module and add for instance <h4 id=”workshops2″>? Or would that cause other issues down the line?
Regards