Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #689544

    Hi,

    How do I center this phone number text in mobile view?

    T

    #690085

    Hey mcraig77,

    I just gave you code to hide it on mobile, not sure if you want to keep it or not?

    Regards,
    Rikard

    #690086

    It is not the same phone number… please see screenshot. It is for mobile only view under the slider.

    #690819

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #mobilecontact .avia_textblock h4 {
        text-align: center;
        width: 100%;
    }

    Best regards,
    Yigit

    #690999

    AHoy that worked but it didn’t center the phone icon.

    Please Advise

    #691600

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #mobilecontact .av_font_icon {
        position: relative;
        left: 30%;
    }}
    

    Best regards,
    Yigit

    #691948

    Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘center Phone Number text in mobile view’ is closed to new replies.