Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1487663

    Hi,
    How do i stack the phone and email in the extra elements on mobile. Right now they are side by side and cut off. I have attached a screenshot.

    #1487676

    Hey vrhgmt744p,

    Thank you for the inquiry.

    Please add this css code to adjust the phone info field on smaller screens:

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      #top #header_meta .phone-info div {
        display: block;
      }
    
      #top #header_meta .phone-info div .avia-icon-pos-left {
        top: 2px;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

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