Home Forums Free Themes Education Hub Main Slider

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #52497
    akamber
    Participant

    How do I center the slider on my site? Right now there is an empty space to the right.
    Also, how do I fit the slider on the mobile/iPad device? Right now the slider extends to the right and it is not mobile friendly.
    Is there a CSS code I can use for these two issues I have?
    site is http://collegeplanninginstitute.com

    #52504
    wensolutions
    Keymaster

    Hello @akamber ,

    You are having such issue in mobile due to the addition of the custom CSS given below that you have added in your theme file .

    div#main-slider {
        height: 550px !important;
        width: 1420px !important;
    }

    So please remove the above given CSS. If you want to add the CSS for the desktop view you have to add the media query so that it will effect the desktop view only . After removing the above given CSS please use below given CSS. For this go to Admin panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (min-width:1024px){
    div#main-slider {
    	height: 550px !important;
        width: 1420px !important;
    }
    }

    Hope this helps .

    Best Regards!!

    #52506
    akamber
    Participant

    Thank you that solved the mobile issue!
    I still have an issue with the slider not displaying correctly when viewed on the desktop/laptop. The right side of it has white space. How do I stretch it across?

    #52514
    wensolutions
    Keymaster

    Hello @akamber ,

    When we viewed your site on laptop we are unable to find space in slider section.

    Screen shot :

    https://image.prntscr.com/image/NoOZ9PXhTqWxLDIB4jWybA.png

    But you can still manage the width of slider as per your screen by increasing the px of the width in above given CSS.

    Hope this helps .

    Best Regards!!

    #52611
    akamber
    Participant

    Here is what it looks like when the zoom is set to 100% which is standard to what everyone uses. I highlighted the area that I am talking about. This was after I adjusted the width to 1400px per your instructions above.
    https://ibb.co/f0he8a

    #52612
    akamber
    Participant

    Never mind. We figured it out.

    #52625
    wensolutions
    Keymaster

    Hello @akamber ,

    Glad that you figured out the issue by your self .

    But if you have any quires related to the theme please feel free to post them .

    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 !!

    Have a good day

    #57952
    Ela
    Participant

    Hi,
    Is it possible to future in the slider posts rather than pages? In “Select Slider Type” I’ve only got “featured pages” option.
    Best,
    Ela

    #57958
    wensolutions
    Keymaster

    Hello @ela,

    The free version of the education hub has the option where slider can be set from the pages only .

    But in pro version you can set the slider from post,category,tag .

    Not only this pro version comes with other exciting feature which you might want to consider .

    Please refer to below link to know more about the pro version .

    http://themepalace.com/downloads/education-hub-pro/

    Hope this helps.

    Best Regards!!

    #57959
    Ela
    Participant

    Maybe in the future, I’ll upgrade 🙂 Thanks for the help!

    #57963
    wensolutions
    Keymaster

    Hello @ela ,

    You are welcome 🙂 .

    Further more if you have any issue regarding the free version of the theme please feel free to post .

    Thank you .

    Best Regards!!

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