Home Forums Pro Themes Education Hub Pro Cant Customize

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #14917
    kgeriak13
    Participant

    I have a blank menu on the left? I click customize and then I get a ne screen with no options for Header, footer etc.. Just it says “You are customizing WEBSITE NAME” Why are there no tabs on the left to make changes to the site?

    #14918
    kgeriak13
    Participant

    I can send a screen shot if you want

    #14934
    wensolutions
    Keymaster

    Hello @kgeriak13,

    Customizer load problems might be caused by conflicts with plugins you have installed.

    Please try deactavating any third party plugins that is currently activated in your website one by one and check if it resolves the issue.

    Please post the screenshot of your problem if the issue persists.

    Best Regards!!

    #14979
    kgeriak13
    Participant

    All set thank you!

    but I wanted to know if I could change the height of the slider? I cant find it in the editor sheets. It is very tall 902 would like it to be 500 px tall

    #15032
    wensolutions
    Keymaster

    Hello @kgeriak13

    If you want to change the height of the slider the you can do with simple custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here you will see a box to write custom CSS. Here copy and paste below CSS.

    
    #main-slider {
        max-height: 500px;
    }
    

    Hope this will help to resolve your issue.
    Let us know how it goes.

    Best Regards!!!

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