dbizzle
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] Access Log FlagsHi here are add-ons i have installed:
Forum: Plugins
In reply to: [Nice Login Widget] Horizontal Form In Top Right of headerCool. Check out this theme too, it’s what I’m using for my site and in my opinion is very good for all kinds of websites – also has a cool looking login widget 😉
Good luck
http://themeforest.net/item/jarida-responsive-wordpress-news-magazine-blog/4309191
Forum: Plugins
In reply to: [Nice Login Widget] Horizontal Form In Top Right of headerHi AnnieM
Nope no luck.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Size of checkbox on different browsers(just went to leave you a 5* review and realised I already have done a couple months back)
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Size of checkbox on different browsersHi please ignore this post! The checkbox sizes appear normal again! It was my fault for changing the ‘max width’ in ‘#mc4wp-checkbox input{ ‘
It’s working! Thank you so much.
Hi Tom
I added the previous text to the end of my style.css but the padding issue remains.
I even changed the widget from a text to the metaslider one instead and tried the first bit of code but the padding still remains?
Hi I added the code to the end of the style.css and it didn’t fix it, the padding is still the same.
Hi thanks for your quick response, much appreciated! the slideshow is on the page, perhaps disable your adblock? But I will try what you said and get back to you
Forum: Everything else WordPress
In reply to: Help from a modHi esmi, thanks for your reply. I understand what you are saying.
I’m not asking to remove any value from either post – just to slightly change my site name (if possible). Perhaps add a ‘0’ in place of the ‘o’.
My site is growing in popularity and I would just prefer for my wordpress threads to be kept separate from my site name to protect my privacy.
If anyone has the power to do this it would be much appreciated.
Thanks for your time.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center All cells in tableWorks perfectly!! THANK YOU! Will leave a review tomorrow!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center All cells in tablethe previous url I left is incorrect, it should read: http://www.betstallion.com/home-win/
All the text is currently dropped a line just how I want it, but that’s because i’ve added < br > at the beginning of each cell. Would still prefer a css solution to save time, am in no hurry though! thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center All cells in tableMy custom css currently looks like this, but still cant get the desired text to drop a line:
.tablepress-id-20 th,
.tablepress-id-20 td {
text-align: center;
}.tablepress-id-20 th,
.tablepress-id-20 td {
padding-top: 20px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center All cells in tableHi Tobias
I’ve left you a small donation to say thanks for the quick reply.
I added the first piece of code you suggested and it worked like a charm and every cell is now centred.
I still can’t get the text to move down in a cell though.
If you take this page as an example: http://www.betstallion.com/home-wins/
Taking the table header out of the equation, I want every cell apart from the final two columns (the images) to move down a space as if I added
at the beginning of each cell – but obviously I need it in css form to add to the custom css.Am I doing something wrong?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Center All cells in tableAlso, I usually put
before my text in most my cells to drop the text by a line.Is there a similar css code that will achieve the same as
that I can add to the custom css?