• Resolved tristanlerisse

    (@tristanlerisse)


    The domain search bar seems to be different from previous version. WPBakery doesn’t seem to display the widget or shortcode properly when added. Please let me know if there will be a fix or if more information is needed.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tristanlerisse

    (@tristanlerisse)

    Plugin Author Bryan Focht

    (@bfocht)

    Each theme is a little different. Here is some sample CSS that you can use on your site. You can also add a width to the input.search-field if you would like it to display larger.

    
    .rstore-domain-search input.search-field {
      border: 0px;
      height: 46px;
      font-size: 1.5em;
    }
    
    .rstore-domain-search label {
      display: inline;
    }
    
    .rstore-domain-search .input-group2 {
        white-space: nowrap;
    }
    
    Thread Starter tristanlerisse

    (@tristanlerisse)

    Thanks Bryan I’ll redesign it. Is this due to the theme? There should be no other class containing .rstore within the theme.

    Also the option contained withing the WPBakery widget don’t change the behavior or look once published.

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

The topic ‘Domain Search CSS issues’ is closed to new replies.