Skip to main content

Hello!

I’m trying to recreate this menu on a landing page: https://travelous.com/agent-registration 

I was able to make the light blue background with 100% width, however I want the 2 top blue buttons with the phone number and agent registration to be aligned fully to the right of the page with no margins like in the link above. How can I do this?

Hye @CataRueda

First, you can take a box and add two buttons in the box, styling them the same way as on that website. After that, if you pick the box ID, it will look something like this: lp-pom-box-25

 

Then add this css. Make sure you change the ID.

#lp-pom-box-25 {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999 !important;
}

Let me know if that works, If it’s doesn’t work still, please reach out to me via email at mdmahinurkhan9@gmail.com or WhatsApp at +8801706000034


Reply