Viewing 6 reply threads
You must be logged in to reply to this topic.
Hello,
I would like to know how to adjust the button size (e.g. make the button elements larger).
Please advise.
Thank you!
Calvin
Hello,
You can change it via css code. We can help you if you show us the button to be edited.
Best regards!
Hello,
Please add these lines into your custom css box:
.btn-bt.default {
width: 25%;
height: 91px;
padding: 31px 38px !important;
font-size: 27px;
}
@media (max-width: 767px){
.btn-bt.default { width: 55%;}
}
Let me know how it will go.
Best regards!
Thank you – it worked!
Just one more thing: the order button’s position is not close enough to the title… I like it’s position on the pricing page, put on all the portfolio pages (see links below) this issue is prevalent.
How can I make it so that I can move the Order button closer vertically to the custom heading on the portfolio pages below?
Thanks,
Calvin
Hello,
Please add these lines into your custom css box:
.vc_custom_heading h2 { margin-bottom: -33px;}
Best regards!
You must be logged in to reply to this topic.