Setting the width of the cf6 component

GreyHead 03 Jul, 2022
Hi stadions11,

You can set the form width using Custom CSS - for example:

form#load-form {
width: 20%;
}

Bob
stadions11 04 Jul, 2022
Thank you for the quick reply.
Yes, I set the width like this inside id=maininner. But I need to change the maininner width and only for the cf6 component. And similarly change the width of the right module.
I'll probably have to deal with that at the template level, right?
GreyHead 06 Jul, 2022
Hi stadions11,

I think that the form Custom CSS will be applied to other elements in the page if you use appropriate selectors.

Bob
You need to login to be able to post a reply.