Esri / storymap-series

The Story Map Series lets you present a series of maps via tabs, numbered bullets, or a side accordion.
Apache License 2.0
63 stars 59 forks source link

How to move logo to left hand side for Accordian map series #28

Open jtrieber opened 8 years ago

jtrieber commented 8 years ago

Hello I am using a federated portal map series template and I was wondering how I can move the logo from the right side area to the left. Is it also possible to resize the logo to make it the entire size of the menu bar?

Thanks for your help.

glazou commented 8 years ago

Hi,

As you must know, it's not possible in standard to configure the application to do that so you need to customize it through code.

The recommended way is that you download the application from GitHub, install it a separate web server, configure it to connect to your Portal and customize it from there.

Technically, you can modify the application that is hosted on the Portal for ArcGIS web server. This could affect your Portal stability and make update more difficult. I would recommend you contact Esri Support before proceeding.

The changes you describe should be pretty straightforward using CSS, do not attempt to modify the css files directly and put your custom markup in index.html (look for a placeholder CUSTOM CSS RULES around line 100)