• Hi,
    I want to ask
    1) how can i reduce width of the header (where the logo is). Its very wide.i want to reduce white space.
    2) i want to put search option in extreme right side of my menus section (home, rental loans , business loans etc). Right now the search option is below the menu bar. This is increasing the white space. i want tp reduce the white area
    3) How can i remove date and website name from “latest posts” in side bar. I just want the thumbnail and the title of post to appear.
    Thanks

    • This topic was modified 4 years, 6 months ago by muniba001.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @muniba001

    Please add the following code in the additional CSS box in customizer:

    .logo-ads-wrap {
    	padding: 0;
    }
    #site-navigation {
    	width: 90%;
    }
    .mt-social-search-wrapper {
    	width: 10%;
    }
    .entry-cat {
    	display: none;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce white space’ is closed to new replies.