• Hi

    I have added a ‘hook’ to my Avada child theme functions.php file to add the wp-property [property_search] shortcode so I can have the big search bar in the middle of my header. I have then positioned it further down the header a bit with custom CSS.

    The problem I have is:

    1. Why does the search button appear on the left at the bottom, rather than the bottom right as it does if I add a shortcode to a post for example. How can I move it using CSS to the right of the search bar?

    2. What are the 3 small circles next to the area text – again, they do not appear if I add a shortcode to a post for example. How can I remove them?

    My site is not online otherwise I could send you a link. How can I add a document?

    Mike

    (the custom CSS is below though)

    .wpp_shortcode_search {
    position: absolute;
    left: 445px; bottom: -20px;
    /*margin: 0; padding: 0 0 0 20px;*/
    width:40%;
    /*border-bottom: 1px solid #F2F2F2;*/
    /* z-index: 99999; */
    {
    .wpp_search_form_element_submit {
    float: right;
    position: absolute;
    .widget-area input[type=”submit”] { font-size: 12.5px; }
    {

    https://ww.wp.xz.cn/plugins/wp-property/

The topic ‘property_search shortcode problems’ is closed to new replies.