• Hi,

    On my homepage header image area, I just changed the text, and now it’s too long for the page.

    How can I condense the text with padding to keep it all within the screen?

    I found out how to change the size of the text, but it made it look too small, so I’d like to keep the text it’s current size.

    I appreciate any help!

    Thank you,

    Joe

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello Joe, can you please provide some explanatory screenshots?

    You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter jjkkteam

    (@jjkkteam)

    Hi Roman,

    When you go to my homepage, at the top, under the menu, and to the right of my picture, the title says “how to travel whenever you’d like!”, and under that, the subtitle says “find great destinations and learn how to make money online!”.

    Is there a css code to narrow the length of that text space?

    Thank you,

    Joe

    Hello Joe, sorry for delay.

    It looks like you’ve added this CSS code:

    .slide-inner {
        width: 130%;
    }

    Please try to replace it with this:

    #slideshow .slide-inner {
        width: 55%;
        margin-left: auto;
    }

    Kind Regards, Roman.

    Thread Starter jjkkteam

    (@jjkkteam)

    Thank you Roman, worked like a charm.

    Great! You are welcome Joe 🙂

    Please feel free to ask any other questions that you might have in future.

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Need help with header text padding!’ is closed to new replies.