Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #130733
    Sumiko Miida
    Participant

    Hi, I am using Full Frame Pro for client’s website: http://vectology.jp/.
    Currently Image Slider shows as full-frame size but I would like to change it to content+widget size.
    Please find sample image as below;

    http://vectology.jp/test/image/sample.gif

    Could you let me know how to change it?

    Thank you!
    Sumiko

    #130743
    Skandha
    Participant

    @Sumiko: Go to => Appearance => Customize => Additional CSS and add the following CSS

    .slider-image {
         margin-right: 102px;
         margin-left: 102px;
    }

    Let me know if this works!

    Regards,
    Skandha

    #130751
    tikaram
    Keymaster

    @sumiko : Please add the following additional css and let me know if this resolves your issue.

    @media screen and (max-width: 1200px) {
    #feature-slider {
    	width: 90%;
    	margin: 0 auto;
    }
    }
    @media screen and (min-width: 1201px) {
    #feature-slider {
    	width: 80%;
    	margin: 0 auto;
    }
    
    }

    Regards,
    Tikaram

    #130814
    Sumiko Miida
    Participant

    Skandha-san, Tikaram-san,

    Thank you so much for your prompt response! It looks almost good but when browser would be resized, the ratio of slider against contents+widget is not stable (please find http://vectology.jp/test/image/sample2.gif). Can we fix this issue?

    Thank you,
    Sumiko

    #130938
    Skandha
    Participant

    @sumiko: This theme is customized for full width content and lot of customization is required for your requirement. Therefore i suggest you to hire a customizer to get your site customized.

    Regards,
    Skandha

    #131132
    Sumiko Miida
    Participant

    Skandha-san,

    Thank you for your advice..

    Best,
    Sumiko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Front page Image Slider’ is closed to new replies.