This topic has 6 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow
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.
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?
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?
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
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.
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 https://www.8theme.com/documentation/xstore/theme-installation/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
You must be logged in to reply to this topic.Log in/Sign up