• Resolved CB

    (@tng2013)


    Is it possible to have the top navigation fit the full width of the page? Would this require changing the container in css or adding new css?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to functions.php

    remove_action('bp_before_header', 'meso_add_top_nav');
    add_action('bp_before_bodywrap', 'meso_add_top_nav',10);
    Thread Starter CB

    (@tng2013)

    Hi Richie,

    That works thanks, however, the top nav shadow has now returned. I have tried what was suggested in the FAQ to remove the shadow, however, that doesn’t seem to work. Is there anything else I can do to hide the shadow?

    Theme Author Richie KS

    (@rkcorp)

    seem working in my end, add this to customzer->general->custom css

    #top-navigation:before,#top-navigation:after {display:none;}

    Thread Starter CB

    (@tng2013)

    That did the trick. Many thanks for taking the time to respond Richie.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Top menu full width’ is closed to new replies.