Forum Discussion

Grayson_149410's avatar
Grayson_149410
Icon for Nimbostratus rankNimbostratus
Sep 26, 2014

APM Customization: Webtop

I am working on customizing out webtop. Right now it lists all favorites side by side. How am I able to get it so that favorites are spaced out on their own line. So instead of being aligned horizontally, they are vertical?

 

 

7 Replies

  • Hi,

     

    in theory - you can change the whole layout as you like:

     

    Access Policy  ››  Customization : Advanced
    EditMode -> Advanced

    And there you can select your webtop pages and update the generated HTML code (I'm bad with styles, so I won't directly help you to align the items).

     

    Have fun

     

    Gabriel

     

    • Grayson_149410's avatar
      Grayson_149410
      Icon for Nimbostratus rankNimbostratus
      Yeah, I know how to edit most of the CSS but I just don't know exactly where to go to make these changes to be in a vertical format.
    • Grayson_149410's avatar
      Grayson_149410
      Icon for Nimbostratus rankNimbostratus
      Go to Customization > Advanced. Select Edit Mode > Advanced. Access Profiles > Select your AP. Apm_full.cs Search for the following: webtop_favorites_inner_container span.favorite Change it from inline-block to block.