Hi
On my current website I have the logo on the left hand side and navigation below it.
Would it be possible to add address to the right hand side on the logo area.
I know you can add it to the bar above the logo area, but need it quite large.
Any suggestions?
Thanks
Hey onedesignprint,
Maybe you could try adding a widget to the header area? http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Rikard
Hi Rikard
Thanks, that worked but when the website is viewed on a mobile phone the text runs over the slider image.
Is there a way to disable the header widget for mobile phones?
Or any other solution.
Thanks
Hi,
Yes, please try the following in Quick CSS under Enfold->General Styling to hide the widget on mobile screens:
@media only screen and (max-width: 767px) {
#header #text-7 {
display:none;
}
}
Best regards,
Rikard
Hi Rikard
Thats great it works.
odp
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik