Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Shortcodes
Table with text-align left?
KimFriedrich
April 2017
in
Shortcodes
Could you please help me, to create a table and manipulate the text align... (right left, high, low...)
Thank you!
Kim
Comments
Bryan
April 2017
edited April 2017
Hi,
We do not offer tabled in our builder. If you want to create a table look at this:
https://www.w3schools.com/html/html_tables.asp
When you create your table, send us a link and we will help you center it.
thanks
KimFriedrich
April 2017
Hi,
thanks for your quick reply!
I made some tests on...
http://schmiertechnikwerk.com/oelbehaelter/schwimmerschalter/
but i don´t know how to insert the css to manipulate the text-align and the width of the cells... Is it not possible by using a column-field?
Bryan
April 2017
No, not like this. Maybe this will shine some more light:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
KimFriedrich
April 2017
...sorry, but this is no help for me... if you look at the link, this is what i already did... i tried with the table and the column shortcode...
Bryan
April 2017
The propper HTML markup for this should look like this:
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr> <th>Employee</th> <th>Salary</th> <th>Bonus</th> <th>Supervisor</th> </tr>
</thead>
<tbody>
<tr> <td>Stephen C. Cox</td> <td>$300</td> <td>$50</td> <td>Bob</td> </tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at:
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
Your is wrong, you have to change it.
syedshehryar
May 2019
how change my theme setting RTL
syedshehryar
May 2019
how activate rtl language
Pablo
May 2019
The RTL is activated upon selecting a RTL language in wordpress settings.
Thanks
syedshehryar
May 2019
edited May 2019
ho can set table text align left or right ?
https://spiinsurance.com.pk/company-information/
2nd i use flat box in rtl setting not the title slide wrong side it should be slide right side instead of left in rtl please check ..
https://photos.google.com/photo/AF1QipP3Ofex2vsf-KU8g50eE3zyRCGtp5P4s7AjGC-n
Pablo
May 2019
1) Please paste that CSS into the Theme Options > Custom CSS & JS > CSS
table li, table td{
text-align: left !important;
}
2) That link you sent is not working for me.
Can you upload the screenshot on
https://prnt.sc
?
Thanks
syedshehryar
May 2019
okay check now
http://prnt.sc/no8frd
Pablo
May 2019
On which page is it?
Can you send a link to that page? We have to inspect that behavior.
Thanks
Sign In
or
Register
to comment.
Comments
We do not offer tabled in our builder. If you want to create a table look at this:
https://www.w3schools.com/html/html_tables.asp
When you create your table, send us a link and we will help you center it.
thanks
thanks for your quick reply!
I made some tests on...
http://schmiertechnikwerk.com/oelbehaelter/schwimmerschalter/
but i don´t know how to insert the css to manipulate the text-align and the width of the cells... Is it not possible by using a column-field?
http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr> <th>Employee</th> <th>Salary</th> <th>Bonus</th> <th>Supervisor</th> </tr>
</thead>
<tbody>
<tr> <td>Stephen C. Cox</td> <td>$300</td> <td>$50</td> <td>Bob</td> </tr>
</tbody>
</table>
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
<thead>
<tr>
<th>Employee</th>
<th>Salary</th>
<th>Bonus</th>
<th>Supervisor</th>
</tr>
</thead>
<tbody>
<tr>
<td>Stephen C. Cox</td>
<td>$300</td>
<td>$50</td>
<td>Bob</td>
</tr>
</tbody>
</table> - See more at: http://themes.muffingroup.com/be/theme/shortcodes/typography/#table
Your is wrong, you have to change it.
https://spiinsurance.com.pk/company-information/
2) That link you sent is not working for me.
http://prnt.sc/no8frd