I would like to have the logo in the center and the phone and email underneath this. Is this possible and easy to do, I just can’t work this out.
Thankyou
Hey jenzai,
Please provide a link to the site so we can see the relevant css that we would need to possibly work this out for you.
Best regards,
Jordan Shannon
Sorry, I thought I had given you the details
Hi,
Add the following to quick css:
@media only screen and (min-width: 767px) {
.phone-info{
position:relative!important;
top:100px!important;
}
strong.logo{
position: relative!important;
top: -50px!important;
overflow:visible!important;
}
#header_meta{
z-index:1!important;
}
}
Let me know if this works.
Best regards,
Jordan Shannon
Sorry, I have just noticed that when it becomes responsive the want the logo at the top and the number underneath it next to the navigation..
Regards
Jenzai
Hi,
Great! If you need additional help, please let us know here the forums.
Best regards,
Jordan Shannon