responsive page - Forum

Forum Navigation
You need to log in to create posts and topics.

responsive page

as far as I can see, you can't use the master page to create page backgrounds when you're in responsive mode.
In that case, how do you get a page background?

image 1 à 4 and paragraph2 have no class, and all container are neo-row class.

Uploaded files:
  • You need to login to have access to uploads.

@phil78 yes, you can use a Master Page to create a page background.
Anyway you can also use the special classes .neobody and .neopage to add any CSS properties to every page.

Example:

.neobody {
background-image: url("c:\path\to\my\images\background.jpg");
}

Regards.

Hi @luishp

with background-master page . Masterpage, the master page is visible only where there is no row on the main page ?

Uploaded files:
  • You need to login to have access to uploads.

My containers had a background fff by defaut, that was the reason. Sorry !

Uploaded files:
  • You need to login to have access to uploads.

hi @luihp

I solved all my problems except 1
when I start the application I have the 2 buttons visible, but as soon as I go to page2 I hide the "Réglages" button. When I return to page 1, I'd like the “Manche” button to be centered, but I can't do it. The 2 objects are of class neo-col-4.

Uploaded files:
  • You need to login to have access to uploads.

@phil78 use AddClass and RemoveClass when needed, so you can remove neo-col-4 and add neo-col-8 instead.
This way it's possible to rearrange the user interface dinamically.

Phil78 has reacted to this post.
Phil78