A floating layer is full width so center it will not make any difference.
If you want to center content of the layer the set the alignment in the layer itself.
Also, why are you using a floating layer?
Search found 15891 matches
- Sat Apr 17, 2021 5:12 pm
- Forum: Responsive Web Design
- Topic: layer vs grid
- Replies: 5
- Views: 102
- Sat Apr 17, 2021 2:01 pm
- Forum: General Questions
- Topic: wbs file problems
- Replies: 2
- Views: 70
Re: wbs file problems
Maybe the project uses extensions which are no longer installed?
Make sure you do not save the project and stalking the extension before you load the project
Make sure you do not save the project and stalking the extension before you load the project
- Sat Apr 17, 2021 9:55 am
- Forum: Previewing and Publishing
- Topic: Images Webp in conveyer belt slideshow
- Replies: 4
- Views: 75
Re: Images Webp in conveyer belt slideshow
I have checked it and it works for me.
Do you mean the built-in conveyor belt slideshow?
Do you have Windows 10? Because webp only works in Windows 10.
Do you mean the built-in conveyor belt slideshow?
Do you have Windows 10? Because webp only works in Windows 10.
- Sat Apr 17, 2021 9:54 am
- Forum: General Questions
- Topic: "Pages indexed, but not submitted in SiteMap"
- Replies: 6
- Views: 1595
- Sat Apr 17, 2021 9:53 am
- Forum: General Questions
- Topic: Add Rich Snippets to your website
- Replies: 1
- Views: 40
Re: Add Rich Snippets to your website
The 'Structured Data' object is available in the toolbox and insert menu.
- Sat Apr 17, 2021 6:26 am
- Forum: Previewing and Publishing
- Topic: Images Webp in conveyer belt slideshow
- Replies: 4
- Views: 75
Re: Images Webp in conveyer belt slideshow
Do you mean the built-in conveyor belt slideshow?
It seems to work correct.
Do you have Windows 10?
It seems to work correct.
Do you have Windows 10?
- Sat Apr 17, 2021 6:21 am
- Forum: Forms
- Topic: UNABLE TO ANCHOR CONTACT FORM AND RECAPTCHA BLOCKING SUBMISSION
- Replies: 1
- Views: 58
Re: UNABLE TO ANCHOR CONTACT FORM AND RECAPTCHA BLOCKING SUBMISSION
Most of your layout is using layout grids (flexible layout). However, the form is using absolute positions (fixed layout). So, that is why it has a fixed position. To make you form part of the flexible layout, it also needs to be built with layout grids. See also the FAQ "Can a form be added to the ...
- Sat Apr 17, 2021 6:15 am
- Forum: Responsive Web Design
- Topic: layer vs grid
- Replies: 5
- Views: 102
Re: layer vs grid
For fixed/absolute layouts, you can use layers. To adapt the layout for smaller screens you will have to add breakpoints and rearrange the layout manually. For flexible layouts, you can use layout grids. In most cases, the layout will be automatically adapted for smaller screens. Related tutorial: h...
- Fri Apr 16, 2021 5:06 pm
- Forum: General Questions
- Topic: must publish at 320 breakpoint to fix mobile panning
- Replies: 16
- Views: 1816
Re: must publish at 320 breakpoint to fix mobile panning
Please see this related topic:
viewtopic.php?f=24&t=91785
viewtopic.php?f=24&t=91785
- Fri Apr 16, 2021 3:38 pm
- Forum: General Questions
- Topic: Reset default work area
- Replies: 2
- Views: 62
Re: Reset default work area
See this related FAQ:
viewtopic.php?f=10&t=22937
viewtopic.php?f=10&t=22937
- Fri Apr 16, 2021 3:37 pm
- Forum: General Questions
- Topic: Duplicating and moving a layout grid
- Replies: 6
- Views: 103
Re: Duplicating and moving a layout grid
Step 1
Copy / paste the grid
Step 2
In the Object Manager drag the new layout grid to the 'video' grid (below the last child item)
Copy / paste the grid
Step 2
In the Object Manager drag the new layout grid to the 'video' grid (below the last child item)
- Fri Apr 16, 2021 2:56 pm
- Forum: General Questions
- Topic: must publish at 320 breakpoint to fix mobile panning
- Replies: 16
- Views: 1816
Re: must publish at 320 breakpoint to fix mobile panning
Did you republish the pages?I'm completely baffled as to why the index and About pages work correctly but all the others don't!!
Do the pages look correct when you do a local preview?
Do the pages look correct in the workspace?
- Fri Apr 16, 2021 10:32 am
- Forum: General Questions
- Topic: must publish at 320 breakpoint to fix mobile panning
- Replies: 16
- Views: 1816
Re: must publish at 320 breakpoint to fix mobile panning
what would you recommend as the minimum breakpoints to use? I recommend to use few breakpoint as possible. The key is that you need to add a breakpoints if your layout 'breaks'. In other words when the layout no longer fits within the viewport. Usually two breakpoints (for fixed layouts) is enough....
- Fri Apr 16, 2021 9:21 am
- Forum: General Questions
- Topic: Tuning the searchindex.js
- Replies: 8
- Views: 121
Re: Tuning the searchindex.js
In object 'Menulayer' you have added invalid custom code.
"inside tag" can only be used to insert attributes. If you add other tags then this will break the structure of the HTML.
Please remove
"inside tag" can only be used to insert attributes. If you add other tags then this will break the structure of the HTML.
Please remove
Code: Select all
<style>
#Menulayer_panel
{
z-index: 100;
}
</style>
- Fri Apr 16, 2021 9:11 am
- Forum: General Questions
- Topic: Duplicating and moving a layout grid
- Replies: 6
- Views: 103
Re: Duplicating and moving a layout grid
If you look in the Object Manager then you will notice that the layout grids are nested.
The layout grid with videos are nested within 'Videos'
So, if you insert a new grid then you will insert it at the same level.
The layout grid with videos are nested within 'Videos'
So, if you insert a new grid then you will insert it at the same level.