Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #859711

    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!

    #859827

    Hey racedo,

    Please provide a link to the page in question so we can look into this further.

    Best regards,
    Jordan Shannon

    #860753

    The link is http://naltc.com
    I’m inquiring about a function that exists on the entire site.

    #860774

    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

    #861079

    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?

    #861091

    Hi,

    That’s odd. Do any of your Enfold Option updates work when you try to save.

    Best regards,
    Jordan Shannon

    #861102

    Yes they do. I’ve made other changes, but for some reason it won’t save when I add to the CSS.

    #861112

    Hi,

    Try adding it into your custom.css file.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.