Tagged: featured slider
- This topic has 8 replies, 3 voices, and was last updated 8 years, 5 months ago by Pratik.
-
AuthorPosts
-
December 2, 2015 at 3:42 am #80488jwyremMember
Hello,
I would like to be able to move the text inside the featured slider to the left or right side of the slider, so it isn’t on the bottom. With it on the bottom, it is blocking a lot of the picture. If I can’t move it to the side, how can I make the text smaller, at least?
Thank you!
December 2, 2015 at 4:00 am #80489jwyremMemberNever mind! I found it using codes from other answers and adjusting them.
December 2, 2015 at 1:36 pm #80509June 11, 2016 at 12:31 am #93322DJParticipantCould you please share the solution of how to move the text in the Featured Slider left or right?
June 11, 2016 at 10:02 am #93326June 11, 2016 at 11:48 pm #93349DJParticipantThe site is lakeoswegoband.org.
I made a workaround by modifying the graphics since I had to get it up, but would like to know how to do this in cases where I may not have the time or be able to modify the graphic. I appreciate your input.
June 12, 2016 at 10:49 am #93362PratikParticipant@dj:
I am a bit confused by what you really want. But to move it to left or right, I will give you solutions, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box::
1. To move text to left:#feature-slider .entry-container { left: 0%; /* Increase to push text further left */ width: 70%; /* Increase/decrease this % to increase/decrease the width of text. Leave this line out if you do not want to change width */ }
2. To move text to the right:
#feature-slider .entry-container { right: 0%; /* Increase to push text further right */ width: 70%; /* Increase/decrease this % to increase/decrease the width of text. Leave this line out if you do not want to change width */ }
Let me know if this is what you wanted or not.
Regards,
PratikJune 14, 2016 at 4:00 am #93488DJParticipantThank you very much for your response. This is a big help.
Regards,
DJJune 14, 2016 at 8:51 am #93503PratikParticipant@dj:
Thank you for your appreciation. If you like my support and Catch Responsive theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-responsive?rate=5#postformRegards,
Pratik -
AuthorPosts
- The topic ‘Move Featured Text in Slider to the left or right side?’ is closed to new replies.