• Resolved mojavedolphins

    (@mojavedolphins)


    Is there a way to minimize the amount of empty space between each section on the main page (ie, between portfolio and blogs, etc)?
    Also, is there a way to center the menu?
    If possible, I would like a resolution without child themes. Thank you so much for your support!

    http://dev.mojavedolphins.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mojavedolphins

    (@mojavedolphins)

    I have centered the menu, but I am still looking to decrease the amount of white space between sections.

    Hi..

    Please add below code into Custom CSS Editor.

    .enigma_service {
        padding-bottom: 30px !important;
    }
    .enigma_project_section {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    .enigma_blog_area {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    Here you can replace 30px or 40px as per your requirements.

    Save the changes.

    Thanks.

    Thread Starter mojavedolphins

    (@mojavedolphins)

    Worked like a charm, thank you friend for your support!

    Most Welcome..

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Space Between Headers, Center Menu’ is closed to new replies.