Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1157036

    Hello Support,

    I’m trying to figure out how to have the icon next to my phone number, email, and hours in the extra elements menu above the header. I managed to get the the Phone and email working but cant seem to figure out how to get the clock next to the hours.

    I’m using this short-code which I found in another thread

    
    span.custom-header-meta {
        float: left;
        display: block;
        height: 20px;
        line-height: 20px;
        padding-right: 10px;
    }
    
    @media only screen and (max-width: 767px) {
      .responsive .phone-info span {
        padding: 0 3px;
      }
    }
    #1157317

    Hey micom6150,

    Please have a look at the following solutions:

    https://kriesi.at/support/topic/phone-number-next-to-logo-menu/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1157328

    Hello Victoria,

    Thank you for getting back to me. I tried following that thread but it is a little above my head. I’m trying to get the clock icon next to the hours in the top bar.

    #1157486

    Hi micom6150,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1157948

    Sure, I added that to the private section at the bottom.

    #1158530

    Hi micom6150,

    I adjusted the code for you. Please check.

    Best regards,
    Victoria

    #1158669

    Looks great. On mobile is there a way for these 3 things to show up smaller? Right now they are on 2 lines.

    #1159242

    Hi micom6150,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top .phone-info {
           text-align: left;
           font-size: 9px;
      }
      .responsive #top #wrap_all #header_meta .container {
        width: 95vw;
        max-width: 95vw;
        margin-left: 20px;
        
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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