Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #239436
    AxumCreative
    Participant

    I need to know how to adjust the columns between the text and feature image slider. The spacing / padding is not adjusting correctly. some words get cut off and look bad and have way too much space between the text and the feature image.

    What is the cause and fix for this problem? You can see my site here: axumcreative.com

    #239512
    Skandha
    Participant

    @axumcreative: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .slider-content-wrapper .entry-title {
        word-break: break-all;
    }

    Let me know if this resolves the issue.
    Kind Regards,
    Skandha

    #239694
    AxumCreative
    Participant

    Thanks for the line of code. It helped but I still would like to close the empty space between the text and photo. Please advise.

    #240088
    AxumCreative
    Participant

    @skandha is there a way where I can adjust the width or ration between the left (text side) and right (image side) columns?

    #240123
    Skandha
    Participant

    @axumcreative: Hello there,
    To adjust the space between text and the image
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width: 85.375em) {
    	.slider-content-wrapper .entry-container {
    		padding-right: 50px;
    	}
    }

    You can change the padding according to your requirement!

    Let me know if this works out!
    Kind Regards,
    Skandha

    #240190
    AxumCreative
    Participant

    @skandha Hey there,

    Yes this worked. Thanks for your support.

    #240257
    Skandha
    Participant

    @axumcreative: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-sketch/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Feature image slider text vs image column adjustment’ is closed to new replies.