Home Forums Free Themes Education Hub no advanced option

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #30490
    okey
    Participant

    Hi
    Weldone on such a great job you are doing.. I have an issue though.
    I don’t have an advanced option in theme options in the customize section. How do I resolve it..thanks

    #30545
    wensolutions
    Keymaster

    Hello @okey

    First of all thank you very much for using our theme.

    The WordPress latest version i.e 4.7 has a default Additional Custom CSS section in the Admin Panel > Appearance > Customize > Additional CSS . All the custom CSS can be implemented through this section .

    So as the WordPress provide this options of additional CSS field , Advanced option section is removed for the latest version of the WordPress .

    Hope this clear the confusion.

    Also if you have any problem related to theme , please post theme and we will happily assist you further.

    Best Regards!!

    #30585
    okey
    Participant

    Thanks alot for your reply. I want to move my logo to the middle…What is the CSS of that..
    thanks for your reply

    #30617
    wensolutions
    Keymaster

    Hello @okey,

    To center the site logo for desktop screens while the site-title and tagline is disabled in the theme, you can try using the Custom CSS code below in your Admin Dashboard > Appearance > Customize > Additional CSS :

    @media(min-width:768px) {
    	
    .site-branding {
        padding-left: 44%;
    }
    
    }

    Hope this Helps,

    Best Regards !!

    #30620
    okey
    Participant

    Great Job.

    Thanks alot

    #30694
    wensolutions
    Keymaster

    Hello @okey

    Glad we could help you !!

    If you have any issues further, please feel free to post your queries and we will happily help you further.

    We will really appreciate if you could help us too by rating our theme in WordPress repo here:-
    https://wordpress.org/support/theme/education-hub/reviews/

    Best regards !

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