- Edited
In this website, I have set the menu to align right. except, it isn't, as you can see by the screenshot it is still aligned left on it's parent item.
Buildr 1.3.2
ZenMenu 1.1.1.
Joomla 3.8.7
In this website, I have set the menu to align right. except, it isn't, as you can see by the screenshot it is still aligned left on it's parent item.
Buildr 1.3.2
ZenMenu 1.1.1.
Joomla 3.8.7
blue_shift Hi
I might be missing something in JB Buildr configuration however unable to find such option for menu alignment in admin configuration nor such option is mentioned in documentation
Also, To be more precise, Kindly elaborate with screenshot marked with annotations as to how you wish to have it shown ?
Attached are two images showing the menu admin, and the expected result[upl-image-preview (the screenshot is a FAKE - I moved the drop down via dev tools so I could demonstrate the intended result).
blue_shift Hi
Tried to replicate the same at my local install and as per the functionality being provided through the specific option, Your menu already appears to be aligned right within div container. Even debugged the specific div tag inheritance and it appears to be there - zen-menu-right in your site :
<div id="menu" class="zen-menu zen-menu-horizontal zen-menu-right zen-menu-fading">
The specific menu cannot go beyond the specific width defined for container div which is there in the template you have assigned in normal state as per usual template structuring.
You can also increase the width of container in template options in order to see the menu aligned further towards right.
aman204 It's not really aligned right. I manually shifted it in dev tools for the purposes of creating this screenshot (position:relative; left:-334px)
. My expectation is that the functionality would be supplied by the template admin, but the menu alignment parameter seems to actually have no effect.
blue_shift Seems to work for me.
menu settings: right
submenu: pushed to the left
See below for the menu item search (search icon)
https://www.witraze.info/en/1641-ecclesiastic-stained-glass
Alternatively for menu settings: left
submenu: is pushed to the right
cheers Tomek
Hi Blueshift,
Your site looks ok to me and is aligning right
Does the menu alignment change if you align left?
Thanks Tomek
Cheers
Paul
paulus1031 @witraze I hardcoded it into custom css. Was trying to avoid that because it will create a mess of responsive mediaqueries. What you see has nothing to do with the template admin setting.
Yep I did check the custom.css and disabled the whole file - I should have mentioned that
I could see one link dropping below
So from here it does look like it working
Cheers
Paul
paulus1031 you are seeing bullets??!
paulus1031 (and it's only working because I hardcoded it into custom.css)
This screenshot is with all your custom css removed (in the browser)
No custom css styling is applying or being rendered
Cheers
Paul
blue_shift Appears fine for me too in terms of being aligned even with custom.css file reference removed
Kindly view screenshot for the same
Also, The functionality being provided by specific option appears to be working fine and the menu gets shifted by few pixels towards center or left as per space available if we change the option as per screenshot manually through debugging tool
All I can say is: not my experience.... guess I will have to code out these issues in custom css and move on. (this build has bigger problems related to conflicting 3rd party components.)
OK. I see the disconnect. The menu parent aligns left / center / right. But the dropdowns don't respond to this setting. I note that zenmenu is unlike the T3 system, which provides controls for each individual dropdown.
ah yes that is correct they don't
It depends also where they are on screen - we had problems with this when the first framework came out
The dropdowns at first were going off screen if at the end of the menu so js was added to make sure the drop down fitted on the page - so they do vary unfortunately
Cheers
Paul