• Resolved Res2

    (@res2)


    The php template that nobita was so nice to write for me has enabled another name for searchfield and button.

    But for some reason, the search botton has become quite small, and without any identifying text on it.
    Also, it ought to be placed below the searchfield, I think.
    But I’m unsure how to order it around, since I can’t code php.

    https://gestaltudvikling.dk

    So, how do I:
    1. enlarge to button?
    2. place it centered below the searchfield?

    Best regards

    Res2

Viewing 2 replies - 1 through 2 (of 2 total)
  • add this to your css:

    #searchsubmit {
        margin-top: 4%;
        width: 88%;
        margin-right: 8%;
    }
    
    #searchform input[type="text"] {
        width: 86%;
        margin-right: 4%;
    }
    Thread Starter Res2

    (@res2)

    Many thanks!
    Much obliged! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cosmetic changes to the Search field, part II’ is closed to new replies.