Search bar widget - by will4444 - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow

  • Avatar: will4444
    will4444
    Participant
    July 27, 2017 at 21:22

    I cannot get rid of the search bar widget. Every time I create a new page there is no option to get rid of it as well as in the theme options. Also, the logo in the footer is not centered along with the “Follow Us” for the social icons. I also don’t know how to get rid of the extra padding/space before the footer on each page.

    5 Answers
    Avatar: amzy
    Amzy Leel
    Participant
    July 28, 2017 at 06:19

    I cannot get rid of the search bar widget. Every time I create a new page there is no option to get rid of it as well as in the theme options.
    – I am not sure which one your are mentioning.
    – I do not see any search bar in your pages: http://prntscr.com/g1a0v8
    – do you mean the search icon on the header?

    Avatar: amzy
    Amzy Leel
    Participant
    July 28, 2017 at 06:24

    the logo in the footer is not centered along with the “Follow Us” for the social icons.
    – it’s aligned perfectly in the same line: http://prntscr.com/g1a1on
    – do you want to push it down more? aligning vertically?

    Avatar: amzy
    Amzy Leel
    Participant
    July 28, 2017 at 06:25

    I also don’t know how to get rid of the extra padding/space before the footer on each page.
    – you can set that in 8theme options >> styling >> footer >> footer padding

    Avatar: will4444
    will4444
    Participant
    July 28, 2017 at 15:51

    1) What I mean by aligning is if you go on mobile, you’ll see it is not centered with the others, along with the follow us button.

    2) If you go to ambassador program under “Our Mission”, you’ll see the search bar on the right side of the page. Here is the webpage, https://destinenutrition.com/ambassador-program/

    3) The sub-menu is too far away from the menu and therefore you cannot click on it. If you go to “Our Mission” and hover over it, you’ll see that “Ambassador Program” shows up but its too far from it.

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    July 29, 2017 at 12:05

    Hello,

    1) Do you want to center it for mobile only? Then add the following code in Theme Options > Stylng > Custom CSS

    @media only screen and (max-width: 480px){
    .footer .widget_media_image, .footer .widget-title {text-align: center;}
    }

    2) This is default content of the sidebar. If you want to disable sidebar for the page then do using 8theme Layout Options for your page http://xstore.helpscoutdocs.com/article/45-8theme-page-post-layout-settings-8theme-post-options (Make sure CMB2 plugin is enabled to get these options) Or if you want to place your own content to the sidebar go to Appearance > Widgets > add widget into Main Sibear widget area, add empty text widget if you just want to clear default content of widget area.
    3) Add the following custom to fix the problem
    .nav-sublist-dropdown {top: 40px !important;}

    Regards

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.