Forum Replies Created
-
AuthorPosts
-
thank you so much it works like a charm!!!!!!
I am referring to in what theme file is called on to echo this in the <head> section:
<title></title>
<meta name=”description” content=””>anybody?
phone numbers doesn’t showed-up…in mobile view
Here’s the link…thank you
May 5, 2016 at 7:55 am in reply to: how to insert phone icon between logo and menu toggle in mobile view #627664the logo and menu toggle blocked the phone icon on mobile view….
#header .widget {
left: 84%;
padding-top: 8px;
position: absolute;
top: 0;
transform: translate(-50%);
z-index: 999;
}/***********/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
.phoneicon { display:block; }
}@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.phoneicon { display:none; }
}@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.phoneicon { display:none; }
}@media only screen
and (min-width : 768px) {
.phoneicon { display:none; }
}May 5, 2016 at 5:32 am in reply to: how to insert phone icon between logo and menu toggle in mobile view #627600Please give some instructions on how to insert png phone icon between logo and mobile menu toggle… step by step, i dont know the css code… thanks
-
AuthorPosts