- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › insert click to call into secondary NAV MENU area
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?
I haven’t done this myself just yet but I did a Google search and came across this – http://bit.ly/1gML66H
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;
}
Try adding this to your css –
#menu-second .widget {
float: right;
}
and that should move it over to the right.