Template Customization - Homepage Tiles

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
MadCapLaura
Jr. Propeller Head
Posts: 6
Joined: Mon Nov 22, 2021 1:15 pm

Template Customization - Homepage Tiles

Post by MadCapLaura »

Hello all,

I hope you are doing well and I appreciate you stopping by. :)

I am working on creating a template file in Flare and I could use a bit of help with the homepage tiles.
I have an example that I am working from and I am attempting to create a finished version that somewhat resembles the example.

Here is a screenshot of the example page:
Template Example.png
I downloaded the Balboa MadCap template and I am headed in the right direction but am struggling with the homepage tiles.
I would like to have to change some of the tile sizes in on the page but do not know how to achieve this.
For example, the first tile should be longer and centered compared to the others.
Template Homepage.png
Does anyone have any ideas? Thank you for reading and I hope you have a great day. :)

Best Regards,
Laura
You do not have the required permissions to view the files attached to this post.
scap
Propeller Head
Posts: 55
Joined: Tue Jun 28, 2022 7:36 am

Re: Template Customization - Homepage Tiles

Post by scap »

You need to made changes in the CSS, namely adding a new tile class based on the existing tile class, but with the desired width.

It can get tricky, especially taking responsive output into account.
MadCapLaura
Jr. Propeller Head
Posts: 6
Joined: Mon Nov 22, 2021 1:15 pm

Re: Template Customization - Homepage Tiles

Post by MadCapLaura »

scap wrote: Thu Aug 17, 2023 4:53 am You need to made changes in the CSS, namely adding a new tile class based on the existing tile class, but with the desired width.

It can get tricky, especially taking responsive output into account.
Thank you for the reply! I'll see what I can do with my limited CSS knowledge. :P
Post Reply