• hello
    i made custom for header and its ok on disktop but on mobil culoms like hamburgar ,, how can i change it to be in one line as the disktop ?

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

    (@josef2010)

    I hope you understand what I mean so you can tell me how to How to solve a problem or send shortcode if it need

    Hi,

    Please try to add the below code in the functions.php file of your child theme and check.

    function no_meta_viewport() {
      return false;
    }
    add_filter( 'ocean_meta_viewport', 'no_meta_viewport' );
    Thread Starter josef2010

    (@josef2010)

    Hi Abhishek,
    Thanks, I will try this but want to ask about something else, when I custom header I used short code from plugin ajax search lite for search bar,
    the question if you know some free plugin can help me with the same way to custom the cart icon and can copy the short code & paste it into the header? Or if you have short code can help me.

    Hi,

    There are multiple plugins available at WordPress repository, you can try below.
    https://ww.wp.xz.cn/plugins/ajax-search-lite/
    https://ww.wp.xz.cn/plugins/ajax-search-for-woocommerce/

    Or find from the repository that suits your reuirements.

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

The topic ‘Oceanwp mobile header’ is closed to new replies.