I’m just leveraging Elementor to get to the goal of the design.. It can be done without it but it helps taking care of things like responsive layouts and convenient places to put code 🙂
Nice. You should give the container that holds the icons a HTML tag though, otherwise the browser doesn't know it's a navigation. Also you can center an absolute positioned element in the center with the Elementor editor options. Set position to absolute and X to 50% (what you already did), then go to 'transform" and set translate on the X to -50%. You won't need that transform: translatex(-50%) in your CSS snippet anymore. That will center the container with just the editor options.
You’re irreplaceable! So glad we have you on TH-cam.
Shot Boet, I was just thinking about how I was going to add a bit of flair to this new site I’m working on. This seems like a pretty lekker start ✌️
Amazing, I am thinking to switch to Elementor because of your videos
I’m just leveraging Elementor to get to the goal of the design..
It can be done without it but it helps taking care of things like responsive layouts and convenient places to put code 🙂
Nice. You should give the container that holds the icons a HTML tag though, otherwise the browser doesn't know it's a navigation.
Also you can center an absolute positioned element in the center with the Elementor editor options.
Set position to absolute and X to 50% (what you already did), then go to 'transform" and set translate on the X to -50%.
You won't need that transform: translatex(-50%) in your CSS snippet anymore.
That will center the container with just the editor options.