Create A Forum - Support Forums

Support => General Support => Topic started by: Pearl on March 05, 2019, 02:37:42 am

Title: How to make forum banner fit on all devices
Post by: Pearl on March 05, 2019, 02:37:42 am
Hello CreateAForum team,
Please show us how to make forum banner fit on all devices. We have very beautiful banner, it shows on desktop perfectly but when we use iphone or ipad the entire forum looks bad.

Would you please help so we can adjust something to make the banner fit on all devices!
Thanks in advance.
Title: Re: How to make forum banner fit on all devices
Post by: CreateAForum on March 05, 2019, 02:41:57 am
Harder to do.
You would need to put in a table or div that size it based on the width %
Title: Re: How to make forum banner fit on all devices
Post by: Pearl on March 05, 2019, 02:50:40 am
Harder to do.
You would need to put in a table or div that size it based on the width %
We are new to this. Would you please show us step by step? Many thanks to you!
Title: Re: How to make forum banner fit on all devices
Post by: CreateAForum on March 05, 2019, 02:58:19 am
Depends where put the banner if headers and footers you can add to your html this code
Code: [Select]
style="height: auto;max-width: 100%;"
Title: Re: How to make forum banner fit on all devices
Post by: Pearl on March 05, 2019, 03:08:06 am
Depends where put the banner if headers and footers you can add to your html this code
Code: [Select]
style="height: auto;max-width: 100%;"
We will put the banner in the header.

For example if we want to put this image (https://i.postimg.cc/gJwqxjcG/Banner-2.jpg) to the header, what should we do with the above code you gave to us.
Title: Re: How to make forum banner fit on all devices
Post by: CreateAForum on March 05, 2019, 03:18:05 am
Made a change in your css
Title: Re: How to make forum banner fit on all devices
Post by: Pearl on March 05, 2019, 03:24:48 am
Made a change in your css
You mean in Style Manager ---> Headers and Footers?
Title: Re: How to make forum banner fit on all devices
Post by: CreateAForum on March 05, 2019, 03:33:26 am
near there but the modify style area where you choose it.
I made the change there already.
Title: Re: How to make forum banner fit on all devices
Post by: Pearl on March 05, 2019, 03:38:43 am
near there but the modify style area where you choose it.
I made the change there already.
It looks fine when we use desktop but not good when we use phone or ipad dear. Then we took it off but still keep the code you gave.