1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Solved Complete search bar on smartphone

Discussion in 'Support Forum' started by lared-dns, Feb 27, 2024.

  1. lared-dns

    lared-dns Member
    Pro Member Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Before adding a menu configured with Divi Block, I had CSS code to make the smartphone search bar complete.

    Now, when adding the menu generated with Divi Block to Divi Theme Builder, the search bar on the smartphone is no longer complete.

    What should I add to the CSS?
    ---
    /* Complete search bar for mobile and tablet devices */
    @Media all and (max-width: 980px) {
    .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
    width: 110% !important; max-width: 110% !important;
    }
    form.et-search-form {
    background: #000 !important;}
    }
    ---
    Thanks in advance
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade horizontal timeline design for your Divi site without using any plugins:View Demo
  2. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Kindly share your URL.
     
  3. lared-dns

    lared-dns Member
    Pro Member Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    I am attaching an image with the URL
    If I put it in written text, it is indexed in search engines and I don't want my clients to find their pages in technical consultation forums.

    All the best
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Block Pro - Premade dynamic background hover design for your Divi site without using any plugins:View Demo
  4. Divi.Help Pro Support

    Divi.Help Pro Support Administrator
    Staff Member

    Try the below CSS in Divi > Theme Options > Custom CSS:
    Code:
    Log In or Sign Up to view this code.
     
  5. lared-dns

    lared-dns Member
    Pro Member Divi Block Pro Divi Ultimate Child Theme Divi Powerful Child Theme Divi Ultimate Archive Plugin Divi Ultimate Blog Plugin Divi Ultimate Header Plugin Divi Ultimate Footer Plugin

    Very good perfect.
    I added this media query so that it does not affect the PC version
    So it is only full width on mobile and tablet
    ---
    @Media all and (max-width: 980px) {
    .et_pb_menu .et_pb_menu__search-container {
    padding-left: 0!important;
    background: #222222!important;
    }
    }
    ---
    Thank you so much
     
    1. PRO MEMBER PERKS Divi Block Pro - Premade rolling text design for your Divi site without using any plugins:View Demo