supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Facing various issues in UI

Hello,I am facing following issues and I need your help.

  • I need to change the look and feel of several pages in my app. Web-resources appears to be creating the editable source just for the start-screen. Please help me on that.

  • There is a huge difference between how the app looks in the editor and it is displayed while testing. I put the border-thickness 1 for all my grid components but while testing there is no border.

  • In my 2X 2 grid(all labels), I have put the left labels to extreme left and right labels on extreme right but when I test , their positions are messed up. I tried everything to make it look right, including setting margin properties but no use.

    Attaching the snapshot of the editor and test window with border 1 and labels
    Image Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Facing various issues in UI

Hello!

You need to add custom CSS and JS assets on each page of app.
Use different class names (Properties- Class Name) for components on different pages to get specific appearance.

If you changed border-thickness of Grid with CSS, it will change values that are set up in Editor.

To align text (left/right) check dimensions in Editor, likely there are width "auto", change it as you need.

supriya hirurkar
Posts: 0
Joined: Fri Aug 30, 2013 8:57 pm

Facing various issues in UI

Thanks!

Return to “Issues”