Home Forums Pro Themes Education Hub Pro Widen primary sidebar in Education Hug theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #144778
    petejohn4
    Participant

    Hello ThemePalace,

    I’d like to ask for assistance with the Education Hub theme. I’ve got it looking really good, however the primary sidebar is a bit too narrow to accomodate the Events Calendar. Could you please provide a CSS script for widening the primary sidebar, please?

    For reference, the website is: http://meps.vic.edu.au

    events calendar not fitting correctly.

    #144794
    Psink
    Keymaster

    Hello petejohn4,

    Please add this CSS in the Additional CSS

    
    @media screen and (min-width: 767px) {
    	#primary {
    	    width: 70%;
    	}
    	#sidebar-primary {
    	    width: 30%;
    	}
    }
    

    Please adjust the main content and the sidebar width as per your requirement

    Regards,
    Psink

    #144853
    petejohn4
    Participant

    Thank you very much, Psink. A simple script, but I had no idea how to do it. I will eventually buy the ‘Pro’ version.

    #144854
    Psink
    Keymaster

    Hello petejohn4,

    Please follow the screen record
    https://www.awesomescreenshot.com/video/2810134?key=d0c371a7c31d3d040a3b7c070ba763ba

    Regards,
    Psink

    #144858
    petejohn4
    Participant

    Thanks again,

    I meant to say (past tense) that I had no idea of the correct CSS script to use, but I knew how to apply it. 👍🤣

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