Responsive Site - Question | JoomShaper

Responsive Site

DA

Dina Abramson

SP Page Builder 2 weeks ago

At https://flexserv.com/ I am having a problem with the responsive layout where when the resolution is changed to something lower than 1920 x 1080. The book a meeting button hovers over the phone number and the mobile menu appears when I would expect the screen size to accommodate the normal navigation. What am I doing wrong? Thanks for any insight

0
7 Answers
DA
Dina Abramson
Accepted Answer
2 weeks ago #217752

I changed the location of the module to top 1 and it seems to be better when the resolution is reduced, but I cannot center it with the phone number to the right. Also, where do I change when the mobile menu appears when the reolution i reduced. Let's say I still want the desktop menu view when the screen sice is 1024 and above?

0
DA
Dina Abramson
Accepted Answer
2 weeks ago #217753

I thought I could change it by adding teh following to the custom css but it doesn't have any effect.


@media (max-width: 1024px) {
    #sp-menu {display: none !important;} /* Hides desktop menu */
    #sp-mobile-menu {display: block !important;} /* Shows mobile menu */
}
0
DA
Dina Abramson
Accepted Answer
2 weeks ago #217754

I changed the custom css to teh following and it worked for the navigation


@media (max-width: 1024px)  {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: flex !important;
    }
}```
0
DA
Dina Abramson
Accepted Answer
2 weeks ago #217755

Now if there was a way for this all to happen with the book a meeting button over to the right ide of the page centered on teh same line as the phone number, it would be perfect

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #217769

Hi

Thanks for contacting us. Is this solved now?

-Regards.

0
DA
Dina Abramson
Accepted Answer
2 weeks ago #217773

No. Is there was a way to have the book a meeting button on the right side of the top position centered on the same line as the phone number and not below the phone number?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 weeks ago #217774

You can do that, but it needs too many customization. I am sorry to say that, we do not provide customization support.

0