30.07.2024, 09:20
It's only possible to put the whole layout on top of the plan via CSS:
Code:
.layout {
z-index: 7;
}
Put objects of a template on top of the page
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Put objects of a template on top of the page - by Ceros2112 - 30.07.2024, 09:05
RE: Put objects of a template on top of the page - by admin - 30.07.2024, 09:20
RE: Put objects of a template on top of the page - by Ceros2112 - 30.07.2024, 09:25
RE: Put objects of a template on top of the page - by admin - 30.07.2024, 09:37
RE: Put objects of a template on top of the page - by Ceros2112 - 30.07.2024, 09:56
RE: Put objects of a template on top of the page - by admin - 30.07.2024, 10:24
RE: Put objects of a template on top of the page - by Ceros2112 - 30.07.2024, 10:27
|