Hi,
yes, that CSS command will reduce the width – but that of a column, and not directly that of the entire table. For your table, you’ll just want this additionally:
.wp-table-reloaded-id-5 {
width: auto !important;
}
After using that, you might want to play around a little with the values that you set for the individual columns, to make everything fit better.
For the prices table:
Basically, you’ll have to do a similar thing here: Just set the column widths for the tables equally, so that the columns stand below each other.
Regards,
Tobias
Thanks for helping!!
When using the command
.wp-table-reloaded-id-5 {
width: auto !important;
}
where I type in the value?
Or does is follow the three commands like:
.wp-table-reloaded-id-1 .column-1 {
width: 100px;
}
.wp-table-reloaded-id-1 .column-2 {
width: 100px;
}
.wp-table-reloaded-id-1 .column-3 {
width: 100px;
}
.wp-table-reloaded-id-1 {
width: auto !important;
}
And then just play with the value?!
Hi,
basically, yes.
You should however not need the command with the width: auto !important; for the prices tables, but only for the “Öffnungszeiten” table.
Regards,
Tobias
Thanks! It worked any problems – yeah okay at the beginning it didn’t really work but only because my CSS was chaos and some commands obviously overwrote the new ones. But after writing everything new it works. Thx!
Another question, not WP Table related but may you can help me anyway… ? It’s so hard to get competent help … Mostly short answer’s without further explanations if needed or asked for.
However.
So the site I am building at the moment is wpp.estroverso.ch and on the pages at the footer I arranged a Googlemap, address and a Contact form – nice but it’s not in the center. How I can change that?! And in which file??
Would be awesome if you could help 😉
And where I can change the logo “Photogrpaher’s Portfolio” ?? Can’t find anything – Also I want to delete the Twitter Button etc. at the header. Only the Facebook Button I want to keep. In Widgets I have only the option to add the “My Social Networks” Button and this includes ALL these Buttons… How to get rid of them??
Hi,
great that this worked! 🙂
I can try to help a little bit with your other questions, but unfortunately, I’m not really into all details of theme development, so these are just hints. You might want to contact the theme developer for details.
The centering in the footer: There are CSS classes on a few <div>s in the footer. If you change the first “grid_5” to “grid_8”, the second “grid_5” to “grid_6” and the “grid_12” to “grid_8”, those three things should be centered better.
For the logo: You will probably need to replace the file /wp-content/themes/theme1351/images/logo.png in the theme’s folder.
And the buttons: Sorry, I don’t know how to change this 🙁 There might be an option in the widget or theme settings maybe.
Best wishes,
Tobias
Thanks so much 😉
Because of the centering the footer: In which file?
/wp-content/themes/theme1351/….??
the grid’s in the css/footer are all set on 24 ?!
ha – it worked (footer)!!
Thanks again!
now I will try my luck with the logo and then the social buttons…
So because of the logo:
I deleted the png file (logo.png) but it’s still there…
Hi,
yes, the footer is now centered. Nice! And the logo was also changed 🙂
Best wishes,
Tobias
Hey – Yes, but I didn’t do it 😉
Some stranger with his Google Developer Tool – Gosh, funny that some stranger just can change Website. Shouldn’t I protect my side from things like this?!?
However – I have another question:
Before I didn’t use the text in a table and the side with the Googlemap was nicely arranged. Now everything isn’t.
… I tried to insert the tables in a table with Googlemaps, works in so far but I don’t know WHY I have two googlemaps on my page!!
One is for sure not from the table!!! I deleted it, the whole side so it’s a empty side butit’s still there!!! Why there’s a googlemap without any permission though!????
Okay my last question and then it’ll work:
on the page http://wpp.estroverso.ch/preise/
I work with 4 tables which I inserted on the site (to edit on the dashboard) like
[t…]
[t…]
[t…]
[t…]
… and thought that I could make room between the tables when using a paragraph like
[t…]
[t…]
[t…]
[t…]
… but it doesn’t work. So how I can arrange the tables with room in between?!
Also ich würde die Tabellen gerne mit Abstand zueinander haben – geht das? Dachte wenn man einfach den Absatz da rein macht würde es schon gehen – aber irgendwie nicht.
Thanks
Hi,
don’t worry, strangers can not change your site with the Chrome Developer tools! Only you can do that by editing the theme files (PHP, CSS, images, …). So, there’s nothing to protect from here.
About those two Google Maps: One of them is in a table indeed, the second one is probably the one from the page footer. For some reason it is shown in the middle of the page, and not in the footer… Might be a problem with the JavaScript to load it, but I don’t know why this happens. Sorry.
Best wishes,
Tobias