Home Support Construction Real estate Pro Remove contact in menu for mobile devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1203
    susedu
    Participant

    Hello,
    when I browse this template on the mobile device, I see the contact div (address, opening hours, contact) between logo and slider. I would like to remove this for mobile device and see only logo and slider. Can you help me please, what a where I should write in the code?

    Thank you

    #1214
    Shop Manager
    Keymaster

    Hi Susedu,
    As per your query, we are giving you some easy steps and CSS to remove (address, opening hours, contact) in mobile view.
    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.
    @media screen and (max-width: 719px){
    .contact_details {
    display: none;
    }
    }
    If you need any other help please let us know.
    Thanks

    #1230
    susedu
    Participant

    Thank you for the advice

    • This reply was modified 5 years, 9 months ago by susedu.
    #1237
    Shop Manager
    Keymaster

    Pleasure

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