• Resolved jnoe79

    (@jnoe79)


    Hello good afternoon,

    In the mobile version the name of the web cannot be seen at all. How can you fix it to be responsive?

    I would also like to remove the entire footer.

    Greetings

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themeansar

    (@themeansar)

    Hi Jnoe,

    Thanks for again contacting us,

    For this please indicate screenshot which are you face in responsiveness

    And remove entire footer for this add the below css code in additional css field

    footer
    {
    display:none !important;
    }

    Thanks

    Thread Starter jnoe79

    (@jnoe79)

    Hello and thanks for the reply

    How can I send you a screenshot.

    The problem is that if you enter sincoronavirus.ne through the mobile you will see that it is not seen correctly.

    Theme Author themeansar

    (@themeansar)

    Hi Jnoe,

    For this add the below css code in additional css filed

    @media screen and (min-width: 768px){
    .mg-headwidget .site-branding-text, .mg-headwidget .site-branding-text a, .site-title a, .site-description
    {
    	font-size:24px !important;
    }
    }

    Any confusion let’s know

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Responsive version problem’ is closed to new replies.