Want To Show Two Button On Politicas Template - Question | JoomShaper

Want To Show Two Button On Politicas Template

AB

Alberto Bonello

Template 6 days ago

In the mobile view of the website, I would like to display a donation button and a mya chart button. Additionally, I am interested in learning how to add menu items to the hidden menu that are not displayed in the main menu. Is this functionality available?

0
4 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 5 hours ago #221507

Hello,

Hope you are doing well.

There is an Accept button below each reply. You can accept an answer there to officially close the post.

Thanks!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 6 days ago #221084

Hi there!

Thanks for reaching out.

I have found out that your button addon settings inside the module was as follows:

https://cleanshot.com/share/YkvGkLMF

So, I have turned off hidding the button for your smaller devices. Then I found out the button position isn't right, and you have placed the following custom css:

https://cleanshot.com/share/pbSKgZJZ

I have removed that CSS and the buttons are well visible there. But it overlaps with the logo. Just need to reallocate the space of them I think.

So I added the following code in your custom CSS:

@media(max-width:992px){
    #sp-logo{
    width: 40% !important;
}
#sp-menu{
    width: 60% !important;
}
#column-wrap-id-1611232682393,#column-wrap-id-1611232682393{
    padding: 5px;
}
}

Let me know your thoughts.

Best regards,

0
AB
Alberto Bonello
Accepted Answer
2 days ago #221292

thank you. looks great.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 days ago #221294

Hi,

Glad that I could help and You are always welcome :)

You may accept the most useful answer in order to close the post

Have a nice day!

0