Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #232278
    Benjo3
    Participant

    Hello,

    I would like to make the search field wider. Could you please tell me how to do it or provide me the required code?

    Many thanks in advance!

    Ben

    #232330
    Skandha
    Participant

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

    #masthead .search-field {
        width: 200px !important;
    }

    You can change the width according to your choice.
    Kind Regards,
    Skandha

    #232917
    Benjo3
    Participant

    Hello Skandha,

    many thanks indeed!

    One last question: I would like to have removed the line right above the footer. Could you help me here too? The website is: https://www.wasseraktien.net/

    Best Regards,

    Ben

    #232980
    Skandha
    Participant

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

    #supplementary {
        border-top: none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #233003
    Benjo3
    Participant

    Hey Skandha,

    yes it is.

    Many thanks indeed!

    Regards

    Ben

    #233041
    Benjo3
    Participant

    …..or might it also be possible to bring the line closer to the footer that the line is just right above the blue links (Private Policy Disclaimer Legal Contact)?

    Regards,

    Ben

    #233096
    Skandha
    Participant

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

    #supplementary .widget, #supplementary {
        padding-top: 0;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #233162
    Benjo3
    Participant

    It does work.

    Many thanks Skandha!

    Regards,

    Ben

    #233200
    Skandha
    Participant

    @benjo3: Hello Ben, 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-responsive/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

    #233376
    Benjo3
    Participant

    Hey,

    of course but I have already done it two months ago. If you want to, I could write another review.

    Regards,

    Ben

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to make search field wider?’ is closed to new replies.