insert click to call into secondary NAV MENU area

Homepage Community Forums Epik Theme Support insert click to call into secondary NAV MENU area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11098
    jbattaglia
    Customer

      I am trying to make the telephone number, the first thing you see when you visit the website, click to call for mobile phones.

      I have it as a secondary menu item right now

      any ideas?

      http://www.subzerorepair.com

      #11099
      Wes
      Moderator

        I haven’t done this myself just yet but I did a Google search and came across this – http://bit.ly/1gML66H

        #11106
        jbattaglia
        Customer

          Thank you, I appreciate the quick response. That worked nicely, the click to call feature works. Any ideas how to float it over to the top right of the screen?

          I’m using the css given to me in the link but can’t seem to get it to work for me.

          #nav .widget {
          float: right;
          margin-right: 2px;
          }

          .socialmedia-buttons {
          margin-top: 6px;
          margin-right: 3px;
          }

          .menu-primary .socialmedia-buttons a {
          float: left;
          border-right: none;
          padding: 0;
          }

          .menu-primary .socialmedia-buttons img {
          margin-bottom: 0;
          }

          #11110
          Wes
          Moderator

            Try adding this to your css –

            #menu-second .widget {
            	float: right;
            }

            and that should move it over to the right.

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