Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #363852

    Hi, I updated a site to the latest version of Enfold and WordPress 4.0.1 and it has caused a few issues.

    The phone info at top, the logo was aligned with the left edge and the menu was the width if the main content area but all are now contained in a narrower area.

    The gap I had between the top of main content and the bottom of the menu has got bigger.

    Seven of the eight pages pages that has a breadcrumb bar a gap has now appeared between the top of the main content and that bar on all pages except for the Contact Us page.

    I have created a Login for you.

    #364411

    Hey GOWD!

    Sorry for the delay.

    Please use this in Quick CSS:

    To align the logo/menu and to have bigger gap between menu and main content:

    #header_main {
    left: 55px;
    padding-bottom: 100px;
    }
    

    To stretch the menu:

    .html_header_top.html_bottom_nav_header .main_menu {
    width: 113%;
    }
    

    To make a gap between breadcrumb and content:

    .page-id-44 .stretch_full.container_wrap.alternate_color.dark_bg_color.title_container {
    margin-bottom: 20px;
    }
    

    Hope that helps.

    Regards,
    Andy

    #364692

    Hi Andy.

    Some of it worked, some of it didn’t but it helped me figure out what needed changing so all fixed now and you may close this thread.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu and breadcrumb position move after update’ is closed to new replies.