Tagged: cellphone, responsive
Hi
The last field on the frontpage (http://www.ictec.com) does not adjust to cellphones. What can I do to make the text break / adjust to cellphone display?
Hey dalboslampen!
You can use HTML in that field. Please wrap your number inside a span with a custom class such as
<span class="footer-phone">+1 234 14123</span>
and then you can add margin around it using custom CSS code in Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.footer-phone { margin-right: 10px; margin-left: 5px; }}
Cheers!
Yigit
would this also work for the fullscreen image?
anyway to fix it on the mobile layout? https://www.dropbox.com/s/b2x8w32ap3rm37c/IMG_0544.PNG?dl=0
seems like it is cutting off – and the image is not responsive
Hi!
@ojasray These two questions are totally unrelated. Please stick to your own topic
Regards,
Yigit
@yigit – sorry…