Tagged: banner, center, extra elements, extra info, header, header phone number
My website is naltc.com and we’d like to add info at the header of the site. You can see right now that the content exists and it says “Still Availability for January 2018 Class- Enroll Today! (931) 582-4161”.
We would like this section to be 50% to 100% larger and we’d like it to be centered. Is there a way to change this?
Also, is it possible to make this section link to another page? We’d be interested in removing the phone number and having it link to http://naltc.com/application/
Any help in figuring this out would be amazing!
Hey racedo,
Please provide a link to the page in question so we can look into this further.
Best regards,
Jordan Shannon
The link is http://naltc.com
I’m inquiring about a function that exists on the entire site.
Hi,
Add the following to quick css:
.av_phone_active_right .phone-info {
text-align: center!important;
margin: 0 auto!important;
font-size: 20px!important;
padding: 20px 0!important;
}
.phone-info{
float:none!important;
}
Best regards,
Jordan Shannon
Thanks for that. I attempted it, however I keep getting a notification that it will not save. It says “Saving didn’t work! Please reload the page and try again”. After reloading the page and trying again, I still receive the same message. Any advice?
Hi,
That’s odd. Do any of your Enfold Option updates work when you try to save.
Best regards,
Jordan Shannon
Yes they do. I’ve made other changes, but for some reason it won’t save when I add to the CSS.
Hi,
Try adding it into your custom.css file.
Best regards,
Jordan Shannon