• Resolved mecatronica

    (@mecatronica)


    Dear,

    I am trying to create a small slider within my Footer Widget #2, so that I can show a profile picture of the authors of my blog as well as some information about them in the left side of their photos. However, I could not find out how to fit the slider properly within the Widget area, so that the photo keeps its size and the text width is changed to occupy the remaining area of the widget as the screen is resized. I really appreciate any help you could provide me!

    My website is: http://www.mecatronicacemporcento.com.br

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi,

    Thank you for choosing Master Slider.

    Please add the below code on Slider Settings – > Slider custom styles:

    @media screen and (max-width: 750px) {
    
     .master-slider {
       margin: 0 !important;
     }
     .ms-slide-info.ms-dir-v {
         top: 0;
         position: static;
         width: auto !important;
         padding: 0 20px;
     }
    
     .ms-info {
            margin-top: 20px;
        }
    }
    
    .ms-slide-info {
        overflow: auto;
        height: 100%;
    }

    Please let me know the result.

    Best,

    Thread Starter mecatronica

    (@mecatronica)

    Thank you very much for your reply!

    I had to remove the media screen limitation, so that this layout could be applied to any screen size. It got much better now! Thanks! However, is there any way I could align the text in the left side of the photo, instead of the bottom?

    Kind regards

    • This reply was modified 8 years, 3 months ago by mecatronica.
    Plugin Contributor averta support

    (@averta_support)

    Hi again,

    Choose Thumblist/tabs on Slider Controls -> Used Controls and change Align control to the left.

    If you need any further information, please let me know.

    Best,

    Thread Starter mecatronica

    (@mecatronica)

    Yes, that did work. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fitting Master Slider within Footer Widget’ is closed to new replies.