Side Menu Settings & Styling

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
jjdave
Propeller Head
Posts: 23
Joined: Thu Nov 09, 2017 12:46 pm

Side Menu Settings & Styling

Post by jjdave »

Hi All,

I have created project from scratch.
On one of my page, I have added Menu Proxy to display Side Menu.
At the moment this menu displays in the Left and Top of the page.

How can I adjust the settings so Side Menu would display in the Box on the right side of the page?

Thank You.
agambina
Propeller Head
Posts: 16
Joined: Wed Aug 30, 2017 12:03 pm

Re: Side Menu Settings & Styling

Post by agambina »

Hi,

I'd access the Flare design template (Top Nav Advanced Responsive) for "Torrey." Look at the 'OtherTopics' master page and 'MainStyles.css.' You will see how the side content gets there.

Thanks.
-Anet
jjdave
Propeller Head
Posts: 23
Joined: Thu Nov 09, 2017 12:46 pm

Re: Side Menu Settings & Styling

Post by jjdave »

Hi Agambina,

Your response is very accurate.
I'd access the Flare design template (Top Nav Advanced Responsive) for "Torrey." Look at the 'OtherTopics' master page and 'MainStyles.css.' You will see how the side content gets there.
In Top Nav Advanced template, Other Topics (Master Page) is styled with MainStyle.css (see code below) which uses SideMenu Skin.

Code: Select all

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}
You have set me up with good start, now I can move forward. Thank you so much for your help.
jjdave.
Post Reply