Home Forums Pro Themes Education Hub Pro education hub pro installing

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #31002
    mselva98
    Participant

    I had education hub and then I bought education hub pro and then uploaded the theme in wordpress. It added the pro version as a separate them apart from the education hub. So do I have to customize starting from the beginning again because when I activate it, none of the customization I did in education hub shows up. I thought I will have extra features and I can add upon what I have already done with education hub. Please advice.

    Manda

    #31253
    mwjeff
    Participant

    Hi! I have purchased the Education Hub Pro Theme and now I cannot be able to get my site title, tagline and logo to be responsive on mobile devices. Any help??

    #31254
    mwjeff
    Participant

    Hi. I have purchased the theme Education Hub Pro to use on my site, http://www.novelmultimediacademy.co.ke/ and I cannot get the site title, logo and tagline to become responsive on mobile devices. Kindly help.
    Kind Regards,

    #31255
    wensolutions
    Keymaster

    Hello @mwjeff

    As we inspected your issue from the site URL you have provided it is found that the issue is caused due the conflict with custom CSS that is implemented for site header.

    Now to fix the issue go to Admin Panel > Appearance > Customize > Additional CSS and paste below CSS.

    .site-header {
        width: auto!important;
    }

    Also please make sure to implement the media query targeting the screen / view you want the code to be implemented, if you are implementing the any custom CSS in the theme.

    Hope this helps .

    #31277
    mwjeff
    Participant

    Thanks a lot. The responsiveness issue fixed. But the featured-content header/titles please?
    Thanks.

    #32848
    wensolutions
    Keymaster

    Hello @mwjeff,

    We apologize for the delayed response.

    You can center the text of the featured content block by simply pasting in the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #featured-content header.entry-header {
        text-align: center;
    }

    Hope this Helps,

    Best Regards !!

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