Please Log in or Create an account to join the conversation.
Do not do this. That's too generic and will impact every grid on your site. Use the CSS class cbRegistration which surrounds the entire CB registration output. Example as follows..cb_template .col-12 {
padding-top: 2rem;
}
This is not necessary. We provide a parameter to select an image for the registration header canvas background within CB > Configuration > Registration using the "Registration Title Image" parameter. Ensure the image has a simple alphanumeric name and is placed in Joomlas images folder..cbCanvasLayoutBackground {
background-image: url("/images/Herzmuster_20210222-min.jpg");
}
That's due to the canvas background having a thin border around it to blend it into the page. Your current CSS is pushing down its grid so it's pushing it away from its border. My above CSS class suggestion of cbRegistration will avoid this issue.there seems to be a very thin line, separating the background of the canvas and the background of the whole website (ps: both background images are identical)....and I have absolutely no idea how to wipe out this kind of 'border'.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.