Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #748107

    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

    #748744

    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

    #760973

    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

    #761742

    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

    #763760

    Hi Rikard

    Thats great it works.

    odp

    #763777

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add address in Logo Area’ is closed to new replies.