Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #80488
    jwyrem
    Member

    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!

    #80489
    jwyrem
    Member

    Never mind! I found it using codes from other answers and adjusting them.

    #80509
    Pratik
    Participant

    Hi @jwyrem,
    Great!!! you found the solution yourself

    #93322
    DJ
    Participant

    Could you please share the solution of how to move the text in the Featured Slider left or right?

    #93326
    Pratik
    Participant

    @dj:
    Can you post in your site url so I can check it?

    #93349
    DJ
    Participant

    The 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.

    #93362
    Pratik
    Participant

    @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,
    Pratik

    #93488
    DJ
    Participant

    Thank you very much for your response. This is a big help.

    Regards,
    DJ

    #93503
    Pratik
    Participant

    @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#postform

    Regards,
    Pratik

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Move Featured Text in Slider to the left or right side?’ is closed to new replies.