Hi,
I have a question about the customer referral settings. With the default settings the window is too big.
Is it possible to reduce the height of the window? I didn’t find anything in the settings. Is there possibly a css code?
Thank you very much.
Best regards,
Beat
Hey Beat,
Could you please attach some screenshots of the issue?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hey Victoria
Thanks for your answer.
The link to our website: http://www.fairevorsorge.ch
Best regards,
Beat
Hi Beat,
https://cl.ly/f22bd202072d Are you referring to this element here? How do you want to adjust it?
Best regards,
Victoria
Hi Victoria
Yes, that’s it.
Best regards,
Beat
Hi,
Thanks for the feedback, though I don’t know how you want to alter it? Maybe you could place it inside a 1/2 element with empty 1/4 on each side to not to make it full width?
Best regards,
Rikard
Hi,
The width of the window is fine. But I want to reduce the height. Too much free space is otherwise lost.
Is there a way to reduce this height (e.g. css)?
Best regards,
Beat
Hi,
Ah, so you mean at the bottom and top of the content? If so then please try this in Quick CSS:
.home #av_section_1 .content {
padding-top: 20px;
padding-bottom: 20px;
}
Best regards,
Rikard
Hi Rikard,
Perfect. It’s works fine.
Thanks a lot.
Best regards,
Beat