Home Forums Free Themes Education Hub Header/Spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14989
    raewillie
    Participant

    Hi,

    I am having trouble with the header on the homepage, wp.library.mhu.edu ,lining up with the secondary sidebar. I would like for the “Find Information” header and the “News” heading to be on the same line visually.

    Also is there a way to move the content in the main area, the search box and scrolling books, closer to the secondary sidebar? I have tried changing the padding but then it looks bad on mobile devices.

    #15037
    wensolutions
    Keymaster

    Hello @raewillie

    For you above mentioned query you need to add some custom CSS.
    For this you need to go to Admin Panel / Appearance / Customize / Theme Options / Advanced Options.
    Here copy and paste below custom CSS.

    #post-2 p {
        display: none;
    }
    .tabs {
        max-width: 100%;
    }
    
    div#ltfl_widget_ult_157891534 {
        text-align: center;
    }
    

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

    Regards!!!

    #15135
    raewillie
    Participant

    You are amazing!!! Thank you so much.

    #15181
    wensolutions
    Keymaster

    Hello,

    Nice to know that the problem has been solved. If there are any further query, then, please feel free to post them.
    We will really appreciate if you could help us too by rating our free theme in WordPress repo here:-
    https://wordpress.org/support/view/theme-reviews/education-hub

    Best regards.
    Thank you.

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