• Resolved sunilantil

    (@sunilantil)


    Hi

    It would be great if someone help me to solve white space problem

    Need help to minimize the white space between Header, social web site icon and mani menu.Also Header should be start from just below the browser address bar means minimize the space between browser and header

    url of web site is
    https://debugbinary.com/

    I also want to increase the width of main menu so that i can add more menu on menu bar. Archive and category should be moved towards right side accordingly

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    Add the following custom CSS to customize-> Additional CSS
    1. To remove the white space between header and menu

    header {
        padding: 0px!important;
    }

    2. To increase menu width increase the width pixels as you want. Your theme has 900px width for all the elements.

    div#navigation nav {
    width:960px;
    }
    div#navigation {
    width:960px;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter sunilantil

    (@sunilantil)

    Thanks Poonam. It works for me.

    still need more assistance.

    1. I also want to minimize the margin of left and right side of web page.i.e between browser and page content.
    2. second archive/categoryets should be start after the edge of menu bar.

    Please see the below screen shots :-
    https://www.dropbox.com/s/5dds3t36vnbg1s1/Capture.PNG?dl=0

    • This reply was modified 7 years, 11 months ago by sunilantil.
    • This reply was modified 7 years, 11 months ago by sunilantil.

    Hello,

    1. To reduce the margin of left and right use the following CSS code.

    main{
    width: 1170px;
    }

    2.To start the categories after the edge of menu bar.

    aside {
        margin-top: -85px;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter sunilantil

    (@sunilantil)

    Thank you Poonam

    You saved my time… ??

    Glad I could help ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘White spaces and Increase the width of menu bar’ is closed to new replies.