• Resolved CLAUDIOBRN

    (@claudiobrn)


    Hi,

    Which CSS code should i use to change the distance between navigation bar and content on pages, e.g the about page?

    Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • WEN Solutions

    (@wen-solutions)

    Would you please provide the link of your site?

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    I am running my site on a local server.

    Thanks!

    WEN Solutions

    (@wen-solutions)

    Try by using below css code.

    .container.navbar-container {
        margin-bottom: 63px;
    }

    Thanks

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Is it also possible to add this as <div>?

    weblizar_support

    (@weblizar_support)

    Hi,

    Please explain your issue in detail.

    Thanks

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    I want to decrease the space between the navigation bar and the content on all pages (except the home page). I already have removed the breadcrumb using the following code: enigma_header_breadcrum_title {background: #ffffff;} .enigma_header_breadcrum_title .container {display: none;}

    Hope this is clear.

    Thanks!

    weblizar_support

    (@weblizar_support)

    Hi,

    Please use below CSS instead.

    .enigma_header_breadcrum_title {display:none;}

    Thanks.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    This works but now the top of the first sentence on each page is partly hidden. Is there any way in which is can manage this?

    Thanks!

    weblizar_support

    (@weblizar_support)

    Hi,

    Please add below CSS in Custom CSS editor

    .enigma_blog_wrapper {
      margin-top: 20px !important;
    }

    Please change numerical value to adjust the margin.

    Thanks.

    Thread Starter CLAUDIOBRN

    (@claudiobrn)

    Hi,

    Perfect.

    Thanks for the great support!

    weblizar_support

    (@weblizar_support)

    Hi,

    Most Welcome.

    Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Adjust distance between navigation bar and content’ is closed to new replies.