• Hi,

    On the FT slider is an action button. How do I control its position.
    I would like to move it lower and closer to the bottom of the slider.

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @goldenmoon,

    Can you please share your URL?

    Regards,
    ThemeGrill Support Team.

    Thread Starter goldenmoon

    (@goldenmoon)

    Thank you for responding.
    The website is not public/published. I am trying it out to figure if its possible and should I use FT Slider.

    Hi @goldenmoon,

    Yes, you can use FT: Slider. You can share the screenshot of the issue. Let us know if the issue is still not fixed yet.

    Regards,
    ThemeGrill Support Team.

    Thread Starter goldenmoon

    (@goldenmoon)

    Hi,

    Thank you for the response. Please check the screenshot here
    1. The forward and backward buttons are placed in a arbitrary location. How can the placement be changed?
    2. How to change the position of “know more” button?
    3. How to change the padding on the text? I need to control in how much area it appears

    Thanks in Advance,

    Thread Starter goldenmoon

    (@goldenmoon)

    Hi @premi0 ,

    I hope the screenshot helps.
    Any advice?

    Hi @goldenmoon,

    We appreciate your writing in,

    Since you have not published your site live, we have generated some CSS codes from our demo site. So could you please try adding this CSS inside WordPress Dashboard > Themes > Customize > Additional CSS and check it once?

    1. For changing the position of forward and backward buttons

    .tg-slider-widget .swiper-button-prev{
    	margin-top:50px;
    }
    
    .tg-slider-widget .swiper-button-next{
    	margin-top:50px;
    }

    2. Position of Read More button

    .tg-slider-widget .btn-wrapper{
    	margin-top:50px;
    }

    3. Could you please clarify on the 3rd number issue. If you want the text to be smaller you can decrease the font size of the text.

    .tg-slider-widget .caption-title{
    	font-size:10px
    }

    Note: You can change the value of the CSS upon your desired result.

    If the provided solution doesn’t work for you please write us and we’ll get back to you.

    With Regards,
    ThemeGrill Support Team

    Thread Starter goldenmoon

    (@goldenmoon)

    Hi,

    Thank you for the response.

    Tried that, didn’t work in the first go but I get the drift and should be able to fix it. Will get back if I am not able to get desired result

    Hi @goldenmoon,

    We appreciate your writing in,

    Since we are not able to get access to your site, you may not get the desired result since we have this CSS from our demo site. Please try once by yourself and if it did not work for you write us back.
    You can also contact us via live chat support: https://themegrill.com/

    With Regards
    ThemeGrill Support Team

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘FT Slider Button position’ is closed to new replies.