-
AuthorPosts
-
May 5, 2015 at 11:01 pm #440044
Hi
I have added an icon to the phone number above the header. I would like to change the line height to 18px.
I current have this:
<span class=”custom-text”>REQUEST FREE CONSULTATION </span><span class=”custom-number”>[av_font_icon icon='ue799' font='mobile2' style='' caption='' link='' linktarget='' size='28px' position='left' color=' #00b395'][/av_font_icon] 619.237.3490</span>Also, can i add text above the phone number. eg. REQUEST FREE CONSULTATION (in small text above number rather than at side)
Appreciate your help,
Mike- This topic was modified 9 years, 6 months ago by brooks.
May 6, 2015 at 8:38 pm #440633Hi cannan!
It looks like your trying to align it with the phone number. Add this to your custom CSS.
.custom-number .av_font_icon { position: relative; top: -5px !important; }
Regards,
ElliottMay 6, 2015 at 8:49 pm #440640This reply has been marked as private.May 7, 2015 at 7:55 pm #441167Hi!
Hmm, maybe this?
#header_main { top: -20px; }
You can change the header size in Dashboard > Enfold > Header. Other than that take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottMay 7, 2015 at 9:04 pm #441234This reply has been marked as private.May 8, 2015 at 7:21 am #441408Hey!
Please provide a screenshot of the header layout that you want. Try to change the position property to absolute:
.phone-info { position: absolute; right: 50px; top: 5px; }
Regards,
IsmaelMay 8, 2015 at 6:44 pm #441726This reply has been marked as private.May 11, 2015 at 1:19 pm #442419Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 669px) { .phone-info { left: 40px !important; top: 0 !important; }}
Cheers!
YigitMay 12, 2015 at 6:56 pm #443262Thanks Yigit!
Is there any way to stop displaying small bar above main menu?
May 12, 2015 at 7:36 pm #443284Hey!
If you are talking about WordPress bar, it would not be visible to your visitors.
Regards,
YigitMay 12, 2015 at 7:44 pm #443295Hi
No, im talking about the secondary menu bar (#header_meta) where the phone number and social icons can be displayed.
Thanks for your help,
MikeMay 12, 2015 at 7:48 pm #443299 -
AuthorPosts
- You must be logged in to reply to this topic.