Home Forums Pro Themes University Hub Pro Size of slider

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38674
    Pavluchi
    Participant

    Hello!
    How can I change slider size? I want to use Site Layout – Fluid, but I dont wont to have a banner on the whole page. I need a banner (slider) for the width of the content, and a full-width header.
    Help me please.

    #38716
    wensolutions
    Keymaster

    Hello @pavluchi,

    We are actually having trouble understanding your query correctly.

    The width of the theme default slider image goes to the full width in the home / front page. Also, the height of the slider can be controlled by uploading the featured image of your desired height in the page selected for the slider section.

    Please explain your desired slider layout further with your Website URL so that we could provide you with some precise fix.

    Thank you for your patience,
    Best Regards !!

    #39695
    Pavluchi
    Participant

    I need to use a full-width header and NO-full-width slider

    #39701
    Pavluchi
    Participant

    http://www.dantist-rzn.ru/
    And I have a problem with “Services”.
    I set 3 Columns and 6 No of Blocks. But when I use my site on phone (horizontal) I have a bug with location of blocks and menu like on this screenshot https://yadi.sk/d/k4KF6b6j3HBoHk

    #39810
    wensolutions
    Keymaster

    Hello @PAVLUCHI,

    If you wish to show only one image as the banner image in the frot page then you can set only one image in the slider section. Then disable the arrow and the pager in the slider by going to Admin Panel > Appearance > Customize > Featured Slider > Slider Options .

    Now to manage the design issue in the landscape mode use below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 767px)
    style.css?ver=2.0.0:5391
    #university-hub-services.home-section-services .services-item {
        width: 50%;
        min-height: 300px;
    }
    
    .home-section-services .services-col-3 .services-item:nth-child(3n+1) {
        clear: none;
    }

    Hope this helps.

    Best Regards!!

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