You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

I modified header fragment but now its not showing in small devices

Accepted answer
42
Views
3
Comments

Summary:

Hi All, I'm new to visual builder.

I have modified header fragment like below and added css but now header not showing in smaller devices. Please help

-----------------header fragment code----------------

<header role="banner" class="oj-sm-flex-initial vb-web-applayout-header oj-sm-only-hide vb-custom-header-style-01">

  <div class="oj-flex-bar oj-sm-align-items-center vb-web-applayout-header-content">

    <!-- Company logo and application title only displayed in desktop mode -->

    <div class="oj-flex-bar-middle oj-sm-margin-4x-horizontal oj-sm-align-items-center">

      <!-- Please Change the following for company specific logo   -->

      <div class="oj-flex-bar-start">

        <img id="img--38590647-1" :src="[[ $application.path + 'resources/images/WhiteLogo.png' ]]"

          alt="Company logo" height="50">

      </div>

      <h1 class="oj-typography-body-md oj-sm-margin-4x oj-typography-heading-2xl oj-typography-bold vb-custom-header-title-01"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!