Hi,
i use Mobile Cloud Template for Footer.
How can i center the Footer Menue on Mobile?
>> https://drive.google.com/file/d/1c-C_BHWnvDaPiSSWNC-FN0hrwRES2MIN/view?usp=sharing
thanks!
Hello !
You should be able to achieve this using tagDiv Composer on your mobile viewport. As you can see here the list menu element has this alling option: https://www.screencast.com/t/wgQaVkizC4
Thank you !
Many thanks. But please test it with Custom Title as you can see on my screenshot >> https://nimb.ws/qSRiaj. The headline is not centered. >> https://nimb.ws/s785R2
Hello !
Can you show me the bigger picture ? There is no custom title element: https://www.screencast.com/t/8GNo1cH2C
Thank you !
Please look here Vlad >> https://nimb.ws/SIVjnW
i want have title also centered.
Thank you.
-
This reply was modified 5 years by
Patrick93.
Hello!
To achieve this, please do the next steps:
1. https://www.screencast.com/t/kF0iUG1ojie
2. Add this code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
@media (max-width: 767px)
{ .new_class_centered .td_block_template_3 .td-block-title { text-align: center;}}
Thank you!
