Button In The Very Right Corner - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Button In The Very Right Corner

O

Oliver

SP Page Builder 6 months ago

Hi,

One more question. How can I get it to the very right, without using absolut position (which is of course not responsive)? https://prnt.sc/o5v_s7-CqUam

Thank you

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #198836

Hi

Is this solved now? If yes, you can then close this post by accepting the answer.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 6 months ago #189185

Hi

Thanks for contacting us. Use this CSS in your custom.css file

#section-id-c6f0073e-f4f1-44dd-ad92-f6c618d8ffbd.registbtnbg {
    position: relative !important;
    right: -90px !important;
}

-Regards.

0
O
Oliver
Accepted Answer
6 months ago #189188

Thank you for your reply. Doesn't work, I'm afraid. And did you change something? The menu is not centered, but it is supposed to be right oriented (like in the Helix config).

0
O
Oliver
Accepted Answer
6 months ago #189195

I put this in now.

.registbtnbg {
    position: relative !important;
    right: -240px !important;
    border-radius: 0px 0px 0px 8px !important;   
}

But the menu is in the middle, even if I leave the custom css empty. https://prnt.sc/IueK81Jt_dPD If I disable the module, everything is like it should be - but I didn't make any change. You see on the first screenshot, how I left it ...

0
O
Oliver
Accepted Answer
6 months ago #189268

I managed to get it optically fixed. But in a way, which seems to be at least questionable...

https://prnt.sc/6bU8c65abivQ

Maybe, you know another way, which is more responsive?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 6 months ago #189277

I think your solution is perfect. You can use it like this way.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #198932

Thanks for accepting the answer.

0