Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #55920
    @greenscotland

    Hi, I am having trouble getting the homepage slides on my Boss website to respond responsively to changes in screen sizes. My website is greenscotland.org. When I view the site first of all everything is OK, but if I resize the screen the text get’s moved around badly. Please can someone advise what I can do to resolve this. Also I do not know how to add the button to a Boss homepage slide. How do you add the title of the button and link? Thanks, Adam

    Answers

    #55931

    Anonymous
    @

    Hi @greenscotland, Sorry of the issue
    If you try to resize the browser responsive slider will try to adjust itself as per new dimension
    We are working on it to make this process smooth.

    Inside the Boss theme option you can add add button text/link, Please take a look of attached screenshot.

    Regards

    #55960
    @greenscotland

    Hi,
    Thanks for your reply.
    I can now see it is easy to add a link to the slide button.
    The problem with the slide text and the slide itself not resizing well when you rotate a screen or resize a browser is still a bit frustrating as it really doesn´t look good. Do you think there will be a fix to this sometime soon?
    Thanks,
    Adam

    #55962
    @greenscotland

    Hi again,
    Please could you take a look at my homepage http://www.greenscotland.org and advise how to make the area between the homepage slide and the next bit of text/heading smaller. Is there something I can do or some css I can add to reduce this gap because at the moment it is too large, especially when viewed on a smaller screen.
    Thanks,
    Adam

    #56046

    Anonymous
    @

    Hi @greenscotland, Please add this css code in your child theme’s custom css option:

    
    @media screen and (max-width: 600px)
    #main .bb-slider-container .title {
        font-size: 25px;
    }
    

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Homepage slides’ is closed to new replies.