Page 1 of 1

Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 3:57 am
by Aris
Hi.

I am trying to put the Login Name in a layout grid.

But when I add break point at 320 px, the Text (Welcome user...) is locating outside the grid.

Tell me, please, what I must do?

Thank you.

Re: Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 5:57 am
by Pablo
Maybe you did not drag the object inside the layout grid?

Re: Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 10:28 am
by Aris
No, Pablo, it is inside the layout grid.

Re: Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 11:00 am
by Pablo
Please share the URL so I can see what you have done.

Re: Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 3:26 pm
by Aris
Thank you, Pablo, but it is a Protected page, and I must change a lot of things in order republish the page.

Is there some other way for you to see this web page?

Re: Locating the Login Name in a layout grid

Posted: Thu Jun 29, 2017 4:42 pm
by Pablo
- remove the protection
- publish the page to a temporary location, for example a sub folder of the website.

Tip: if you have a problem then first remove all non-relevant content from the page that makes finding a solution much easier.

Note: for every issue you want help with, I need to see what you have done. So I always need either the URL of the page or a copy of the project.

Re: Locating the Login Name in a layout grid

Posted: Fri Jun 30, 2017 4:13 am
by Aris
Thank you, Pablo.

This is the URL: https://www.proofreader.gr/page2/page2_login_name.php

Please, try the page at 320px. You wiil see that the Welcome message is out of the boundaries of the layout grid.

Re: Locating the Login Name in a layout grid

Posted: Fri Jun 30, 2017 6:21 am
by Pablo
You are right, the login name has a fixed size so it does not change in breakpoints.
I will try to implement variable height for this object in a future update.

You can do this yourself by adding this code between the head tags:

Code: Select all

<style>
#flexible_servicesLoginName1
{
   height: auto !important;
}
</style>

Re: Locating the Login Name in a layout grid

Posted: Fri Jun 30, 2017 1:43 pm
by Aris
Only one, Pablo.

A great thank you.

Aris Giavris