dolche1
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can’t make fix width columnsi did it with css changes but now a small tweak needed.
i want to to look my table like this in mobile iphone 6 (https://prnt.sc/qfoq3b) it’s different site.
while i made changes to my table and it look like this on mobile screen (https://prnt.sc/qfoqt3) this one is my site.
Can you please give me any CSS code to make it look like the above one, To look responsive and clean.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can’t make fix width columnsYes i read faq’s and make many changes to to table but didn’t succeed in making table like this
https://www.homegrounds.co/best-manual-espresso-machines/#The_6_Best_Manual_Espresso_Machines_of_2019
Can you please give me Extra CSS Classes to add and make table like that site make. That will be easy and more comfortable for me. Anyways thanks in advance.Yes i tried to Re-install several time but no luck.
Here is the code i add
@media only screen and (max-width: 768px) {
.su-row .su-column {
width: 100% !important;
margin: 0 0 1.5em !important;
float: none;
}
}
Now look alright but still need improvement.