Not responsive headline and no scroll on mobile

Hi there
Im new to this theme and got some help from support yesterday setting up a under construction page.
But There are still some problems and i cant find a fix.

  1. The headline is not responsive on mobile devices and the text “sticks out” of the browser.
  2. not all text and images are shown on the bottom on mobile devices it doesnt scrool down.
  3. on some browsers like Safari on a computer there is a blue background insted of white beneath the coloum of the site

Website: marstalifolketinget.dk
Can you help me?

Kind regards. Jakob

Hi Jakob,

Thanks for reaching out.

I assume you’re referring to the home page since it’s only the one available there. For scrolling, there is not enough content for scrolling to happen, I recommend adding more content to increase your page height, and when the height is greater than device’s viewport height, then scrolling should automatically work.

As for responsive headline, please change your pixel base font to 15px instead of 28px. Example,

font-size: calc(2vw + 15px);

I assume that it’s also given yesterday but I can’t confirm it since you only have two existing threads :slight_smile:

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.