Please tell me how to do the date in a message ( post ) is displayed at the beginning of under h1 , and at the end of the article ? And There is a very big wish , we really need that footer had the opportunity to be divided into 4-5 columns . Maybe you could pass it on to the developers , maybe there’s a chance that it will be included in the next update
Hello,
If you want to change the date location for a post, you will have to edit the post template files as there is no setting to do this: https://www.screencast.com/t/80tyYnKth
As for the footer columns,. this will not be possible as the whole theme is based on a grid system that can have a maximum of 3 columns. All the theme must be changed in order to have 4 or 5 columns anywhere footer or not.
Thank you!
Tell me please , is it possible to do so in the footer , that would be like in the screenshot , the block 1 remains on the left edge , 2 and 3 the unit was aligned in the center screenshot
Yes, you can split the footer in 3 columns. Please use this guide: https://forum.tagdiv.com/newsmag-footer-templates-2/
Thank you!
If you refer to the sub-footer alignment: https://www.screencast.com/t/9xLgBlYMvsBZ then you can use this css to align it:
.td-footer-bottom-full .td-pb-span5, .td-footer-bottom-full .td-pb-span4, .td-footer-bottom-full .td-pb-span3 {
width:33.33%!important
}
Add the code in the theme panel-> custom css box.
Thanks.