karakar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Chaplin] Make Footer Stay at the Bottom@anlino Gotcha, I see. Thank you for looking into this!
Forum: Themes and Templates
In reply to: [Chaplin] Make Footer Stay at the Bottom@anlino Yeah, it usually works, however, I’m referring to the pages with not enough content to fill the entire window – like 404 or contact page – where there is simply just a couple of lines of text. In those cases, the footer appears closer to the middle of the page right after the content, which is why I’d like to have to stay at the bottom of the page.
Forum: Themes and Templates
In reply to: [Chaplin] Make Footer Stay at the BottomHi Anders,
Thanks for your reply. Unfortunately, {position: fixed} makes it fixed at the bottom of the window, not at the bottom of the page.
It usually can be resolved using only CSS. Is it something specific for this theme that makes it require JavaScript to resolve this type of footer issue?
Forum: Themes and Templates
In reply to: [Chaplin] Remove Post’s Date LinkHi Anders,
Yes, that did the trick. Thank you so much for your help!
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Adds Border RadiusI’ve figured it out. It must be a Chrome issue that adds this border. This line fixes it:
button:focus {outline: 0;}
Thanks for your help anyway, @takayukister. And thanks for the awesome plugin. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Adds Border RadiusThanks for your reply. I saw this rule, however, it doesn’t declare a border of 2px in color #025fcc that appears upon clicking. This rule has border: none.
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Adds Border RadiusThere is a blue border with rounded corners around the button, which is not part of my CSS design. It only appears upon clicking the button and stays this way unless clicked elsewhere. Visible in Chrome, not Firefox.
I’ve changed my design to red for contrast so you could see it better.
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Adds Border RadiusThere you go: http://mipa.s-it.ru/contact/
Forum: Plugins
In reply to: [Contact Form 7] Submit Button Adds Border RadiusThe theme I’m using is Chaplin. I’ve double-checked and completely removed my border – it looks like what I’m referring to is definitely not assigned by the root html. My only guess is that it’s the plugin adding a border. It’s 2px and #025fcc. I’ve got no idea how to remove it though.