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

    Good afternoon, could you help? How can I make a hat the way I want to? To phone and mail were on the right, social networks were on the left. So it’s all in the same block with the logo. To be able to add mail at all. And to make it look decent on mobile?

    #933866

    Hey Roman108108,

    To display the phone and email in the same row as the main menu please enable header widget area and check this link to position the header widget .

    Add the correct phone info in the below HTML and paste it in Appearance > Widgets > Header > Drop a text widget area and paste the below html.

    <a class="phone-info-top" href="tel:5555555555">Phone One  555-555-5555 </a>
    <a class="phone-info-top" href="mailto:<a href="mailto:email@domain.com" rel="nofollow">email@domain.com</a>"> Email us </a>

    Add the below CSS code in Enfold > General Styling > Quick CSS

    /* Phone info */
    .phone-info-top {
      display:inline-block!important;
      padding:4px 10px;
    }

    Best regards,
    Vinay

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