• How do I make the text box over the slider smaller in width so it fits the text and doesn’t take up half the slider photos? The text box over the slider doesn’t fit the text and takes up a lot of the slider picture.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • akhlesh-nagar

    (@akhlesh-nagar)

    HI
    For this go to appearance >> customizer >> header setting >> custom css box.
    Add the below css code inside the custom css box.

    .slide-text-bg2 
    {
        width: auto;
        margin: 0;
    }
    .slide-caption {
        width: auto ! important;
    }

    Let me know for any confusion.

    Thanks
    AKhilesh

    Thread Starter jfergerson

    (@jfergerson)

    No this didn’t work. I need the box to go up and down not horizontal. I want the text to fit into a small box that goes up and down. Does this make sense?

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    See the snapshot and confirm me are you want to show slider text like that.
    https://prntscr.com/psjd5j

    Pls confirm us so that we can assist you better.

    Thanks
    Akhilesh

    Thread Starter jfergerson

    (@jfergerson)

    Yes just like that. How do I do that?

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    Did you made any kind of changes in index-slider.php file.
    Bz I have checked your slider text HTML structure and my side original theme slider text HTML structure both hv difference.
    So pls let me know did you made any kind of changes in theme code file ?

    Thanks
    Akhilesh

    Thread Starter jfergerson

    (@jfergerson)

    I don’t know. I don’t think i have touch any php files as I usually never mess with those.

    akhlesh-nagar

    (@akhlesh-nagar)

    Hi
    If possible send me your admin detail at my email address

    [email protected]

    So that we can check whats going wrong with your end.

    Thanks
    Akhilesh

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change slider text box width so it fits the text in the box?’ is closed to new replies.