• On smartphone version, icons (defined with text box for header setting) are located on the center of the picture. How could I move it in order to place 3 icons in column on the left side of the screen (like as tablet version)?
    Website link : https://www.davidburnaud2020.fr

    Thank you for any help!
    Best regards and waiting to any answer.
    Hervé MOTTE

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 488px){
    .home .header-buttons-wrapper a{
    display:flex!important;
    margin-left:-50px!important
    }
    }

    Thread Starter hm44

    (@hm44)

    Hello cristian barbu,
    Thanks a lot for your help and expertise.
    CSS code added, and it works very well.

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Box Icons on smartphone’ is closed to new replies.