Tagged: header widget area
-
AuthorPosts
-
March 9, 2016 at 10:39 am #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 wayI 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, 8 months ago by Arcatech.
March 10, 2016 at 12:48 am #595979Anybody from enfold? I really need some advice this thing is making me mad…
- This reply was modified 8 years, 8 months ago by Arcatech.
March 10, 2016 at 10:33 am #596194Hey!
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 KashyapMarch 10, 2016 at 10:41 am #596200Thanks!
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?
March 10, 2016 at 11:59 am #596236P.S. I add you the html code I am using for the add
March 13, 2016 at 8:07 am #597347Hi!
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 KashyapMarch 14, 2016 at 1:10 pm #597689Thanks 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….March 14, 2016 at 7:38 pm #597941Hey!
Ok in that case can we close this ticket ? If you have any other questions you can open a new one.
Cheers!
Vinay KashyapMarch 14, 2016 at 7:43 pm #597943Yes thank you, you can close this
-
AuthorPosts
- The topic ‘Header Widget Area like Beauty Theme’ is closed to new replies.