Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324531

    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?

    #325203

    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

    #325224

    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

    #325229

    Hi!


    @ojasray
    These two questions are totally unrelated. Please stick to your own topic

    Regards,
    Yigit

    #325259

    @yigit – sorry…

    #325424

    Hi!


    @ojasray
    : It’s alright. Where is the link to your thread? :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.