• Resolved Rallemann

    (@rallemann)


    Hi,

    i have the problem when i click on a category the scroll goes under my menu.
    So is there a way to set the anchor a bit lower?

    Also is there a way to disable the categorys (only) on mobiles?

    Thanx in advance!!

    Greets

    Ralf

    • This topic was modified 4 years, 9 months ago by Rallemann.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Please put this code on the functions.php of your active theme. You can adjust the value 100 based on your requirement.

    add_filter( 'wfs_scroll_top_offset', 'function_wfs_scroll_top_offset' );
    function function_wfs_scroll_top_offset() {
    	return 100;
    }

    Regards,
    Team WP Scripts

    Thread Starter Rallemann

    (@rallemann)

    Perfect!
    Thank you!

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

The topic ‘Category click scrolls under the menu…’ is closed to new replies.