• Resolved srg2020

    (@srg2020)


    The title and its description are not displayed on the mobile version. They disappear when the screen width is less than 600px.
    Please correct this misunderstanding in the theme.
    If possible, please write what CSS code I can insert so that the title and its description are displayed until you update the theme.

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

    (@themesdna)

    Hi,

    Are you asking about header image title and description?

    Then try using this CSS code:

    .gridmax-header-image .gridmax-header-image-info{display:block !important;}

    Thanks.

    Thread Starter srg2020

    (@srg2020)

    Inserted the above code.
    The title is fixed, and the description still disappears.

    Theme Author themesdna

    (@themesdna)

    Use this code with above code:

    .gridmax-header-image .gridmax-header-image-info .gridmax-header-image-site-description{display:block !important;}

    Thread Starter srg2020

    (@srg2020)

    Thanks. Turn out.

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