Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #595443

    Hi everyone,
    I am on the thrid install of your theme and it works great.

    But now I need something more.

    My clients has a beauty saloon and really likes this theme: https://www.proteusthemes.com/themes/?theme=beauty-wp
    With the header made that way

    I bought and install but it is an hell to customize!! So I am trying to “replicate” the heder look on your theme (see the private links original and copy)

    I followed those instructions to create the widget areas (in my case 3 not 1): http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
    The problem is with the mobile version. The widget area is added before the logo and then moved.away, so when we resize the window the widgets come over the logo. See how they look in the original version instead.
    Do you have some suggestion for a better css/widget code?

    Thank you very much!

    P.S. Why does the facebook like box not resize correctly? I have 2 column footer, and fix 300px in the widget box

    • This topic was modified 8 years ago by Arcatech.
    #595979

    Anybody from enfold? I really need some advice this thing is making me mad…

    • This reply was modified 8 years ago by Arcatech.
    #596194

    Hey!

    You have done it correctly but there is simply not enough space in mobile version for the widgets to fit in so hide the widgets in mobile version

    Use the CSS in Quick CSS under General Styling in Enfold Options.

    @media only screen and (max-width: 767px) {
        #text-5 {
            display: none;
        }
    }

    Cheers!
    Vinay Kashyap

    #596200

    Thanks!
    I thought about that but I really need to show them on mobile like they are showed in the other site.

    Can’t I add some php code at the bottom of the header page to add this code?

    #596236

    P.S. I add you the html code I am using for the add

    #597347

    Hi!

    Looks like you made some design changes and the information is visible in portable devices. Please let us know if you need any help with it.

    FYI we have some information about enfold theme please feel free to check it out – http://kriesi.at/documentation/enfold/

    Cheers!
    Vinay Kashyap

    #597689

    Thanks Vinnie,
    yes basically I showed a basic version to client and he didn’t complained about the different look.
    So I am gonna resume this only if asked….

    #597941

    Hey!

    Ok in that case can we close this ticket ? If you have any other questions you can open a new one.

    Cheers!
    Vinay Kashyap

    #597943

    Yes thank you, you can close this

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Header Widget Area like Beauty Theme’ is closed to new replies.