Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #595298
    #596062

    Hi Jason,

    Please try adding a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added it.

    Thanks,
    Rikard

    #596081

    Brilliant, I’m almost there.
    I just need to target tablet in landscape (could you give me the media query you guys use)?
    Along with that, I need to use the mobile menu on tablet – portrait & landscape, which I’m guessing you get asked about quite often.
    Any chance you could point me in the direction of that info?
    Then I’ll be sorted – thanks so much for your help with this.
    Jas

    #596085
    #596087

    Oh, sorry – one last thing, I need to increase the height of the header on mobile – in order for the phone number to sit below the logo.
    Mobile

    #596704

    Hi,

    Please try something like this in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .av-logo-container {
        height: 110px !important;
        line-height: 110px !important;
    }
    }

    You might have to adjust the values a bit to fit your needs.

    Thanks,
    Rikard

    #597451

    Thanks Rikard – all sorted now,
    Jason

    #598228

    Hi Jason,

    Great, glad we could help :-)

    Thanks,
    Rikard

    #889341

    Hello,

    When I add this code to the functions.php file in Enfold Child, I am getting the following error message:-

    Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.

    Could someone please help?

    Thank you

    #889509

    Hi sdpmedialtd,

    Did you try to add the code using a text editor and uploading it using FTP?

    Best regards,
    Rikard

    #890031

    Hello,

    Yes, this worked thank you.

    Although, I am having problem on mobile with the text overlapping the logo despite adding the CSS above?

    #890033

    Hi!


    @sdpmedialtd
    You may need a custom CSS tailored for your site. Please start a new thread under Enfold sub forum and attach a link to your website.
    Since this is an old solved thread, we are closing this one :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Add phone number to the right of the logo’ is closed to new replies.