n0rbis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Toggle menu while in archive and one moreWorked, thank you.
Forum: Themes and Templates
In reply to: [Astra] Toggle menu while in archive and one moreHello @brainstormteam
Thank you, that worked.
Do you know how to do the same thing to “Listopad 2019”?
Forum: Themes and Templates
In reply to: [Astra] Scroll to top button doesn’t want to changeHello @brainstormteam
Yes, I changed the Scroll To Top button to square that time.
I still didn’t fix it. Now I changed it the button to round. On Microsoft Edge it works fine, but on Google Chrome it doesn’t work.
Screenshots – Please look at it.
Forum: Themes and Templates
In reply to: [Astra] Scroll to top button doesn’t want to changeI can see that this problem appears only using Google Chrome. Any possible fix?
Forum: Themes and Templates
In reply to: [Astra] How to change color of currently active breadcrumb?Thanks a lot.
Forum: Plugins
In reply to: [Contact Form 7] Center the Submit button only on mobile screensThanks Neil, that worked perfectly.
- This reply was modified 5 years ago by n0rbis.
Forum: Plugins
In reply to: [Contact Form 7] Center the Submit button only on mobile screensI also tried this:
@media only screen and (max-width:767px){ input.wpcf7-form-control.wpcf7-submit { float: left; position: relative; left: 30%; }}
But it’s not the exact thing I wanted.
Forum: Plugins
In reply to: [Contact Form 7] Center the Submit button only on mobile screens@takayukister I read the whole article, but still can’t do this. Could you give me a bit more help?
What I did?
Basically, I added an id in Form editor:
[submit id:button "Wy?lij"]
than I added this into CSS, but nothing happen.
#submit { padding:12px 24px; background:#232d87; font-size: 15px; color:#fff; font-weight:bold; border:0 none; -webkit-border-radius: 0px; padding-top: 15px; padding-right: 30px; padding-bottom: 15px; padding-left: 30px; text-transform: uppercase; letter-spacing: 1px; line-height: 1; text-align: center; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; transition-timing-function: ease; }
It changed to default button…
My button works with this code:
.wpcf7 input[type=submit] { padding:12px 24px; background:#232d87; font-size: 15px; color:#fff; font-weight:bold; border:0 none; -webkit-border-radius: 0px; padding-top: 15px; padding-right: 30px; padding-bottom: 15px; padding-left: 30px; text-transform: uppercase; letter-spacing: 1px; line-height: 1; text-align: center; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; transition-timing-function: ease; } input.wpcf7-form-control.wpcf7-submit:hover { background-color:#004d9b; }
but it’s only the shape, color etc. And I want button to be center on mobile screens.
- This reply was modified 5 years ago by n0rbis.