-
AuthorPosts
-
June 5, 2015 at 1:00 am #454852
HI
Can you tell me how to add the phone number to the left of the menu items on my homepage (Between the logo and the menu items).
I want it to look the same as it does above the menu items.Thanks
MikeJune 5, 2015 at 6:50 pm #455244Hey brooks!
Do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, and let us know when your done and we’ll give you some CSS to position it.
You can drag a text widget to the new widget area and add your phone number in that way.
Regards,
Elliott- This reply was modified 9 years, 5 months ago by Elliott.
June 5, 2015 at 7:47 pm #455270Elliot, thank you!
Ive added the widget. Can you provide some css to position. The phone number was 24px.
Cheers
June 5, 2015 at 7:50 pm #455272Hi!
Please add following code to Quick CSS
#header .textwidget { font-size: 24px; }
Regards,
YigitJune 5, 2015 at 7:54 pm #455277Added. Did nothing
June 5, 2015 at 7:57 pm #455280Hi!
I moved the code to the top of Style.css file and it worked. Please review your website now.
Best regards,
YigitJune 5, 2015 at 8:23 pm #455292Thanks Yigit!
How do I centralize between the menu and the logo?
As a side note, what going on with the style.css and having to place the code at the top?
Cheers!
June 8, 2015 at 5:39 am #455704Hi!
Please try adding the following as well:
#header .widget { left: 30%; transform: translate(0%); }
Regards,
RikardJune 8, 2015 at 6:52 pm #456287Thanks Rikard – Works well!
Only problem, it clashes with menu and logo on mobile. Is there a way around this? Maybe get it to not display?
Thanks
June 9, 2015 at 6:46 am #456453Hi!
Please use the following to hide it on mobile devices:
@media only screen and (max-width: 767px) { #header .widget { display:none !important; } }
Regards,
RikardAugust 27, 2015 at 5:03 pm #494328Hi Rikard,
I followed the above instructions and works well. In fact as I needed to add an image rather than text I used the text widget and added the following in the Content area:
<img src="http://domainname/locationoffile.jpg" />
Anyway, what I would like to ask you is how to make it disappear when scrolling OR make it smaller similar to how the logo and menu work while scrolling down.Thanks
August 28, 2015 at 8:34 am #494679Hi,
I couldn’t see an image in the header on your site but you can try the following:
.header-scrolled #header .widget { display:none !important; }
Regards,
RikardAugust 28, 2015 at 9:05 am #494685Thanks for your reply Rikard, but this didn’t work. It looks like the correct code, my widget is called ‘header’. Have you got another idea what could work?
ThanksAugust 28, 2015 at 5:34 pm #495024Hi!
Can you please move the code Rikard posted to the top of Quick CSS field and check if that helps?
Cheers!
YigitAugust 29, 2015 at 7:10 am #495191Alas, still not working.
August 31, 2015 at 1:59 pm #495775Hi!
send us a link showing your header widget and we take a look.
Regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.