eriksd
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Fonts - Host Your Fonts Locally] Custom Fonts not working in ChromeHi, Herman!
Thank You a lot! I didn’t thought of that.
I changed the media url’s from http to https and it fixed the issue and everything is working fine now.
Forum: Themes and Templates
In reply to: [Sydney] Disable menu on mobile versionJust tried this, cleared all cache, but still seems not to be working, no effect so far.
Forum: Themes and Templates
In reply to: [Sydney] Disable menu on mobile versionThank You! It did disable the mobile dropdown. But the language selections also is not working anymore.
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedSure thing!
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedHello!
I have one more issue I would appreciate help with – how to disable dropdown menu on mobile? Since I have jumplinks on a single front page, all of that has no use on mobile device. I want to keep only language selection.
Site link https://d21studio.eu/en/sakuma-lapa-english-2/Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedThank You, Kharis! In the end everything is working fine as intended!
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedOn iPhone I run a Safari 15.1, on PC I use both MS Edge v95.0.1020.53 and Chrome v96.0.4664.45
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedThank You, Kharis for the code, but unfortunatelty it introduces even nore horizontal scroll om mobiles, the page does not fit in the screen now.
An example here – https://drive.google.com/file/d/1_muz34O1goby3cLORRFiPocEAw6nkfji/view?usp=sharing
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedThe issue I am seeing on the homepage, while browsing on mobile (iPhone SE 1st gen) and also when switching to mobile mode using Chrome developer tools – it is possible to scroll to right and get this issue.
The home page is https://www.d21studio.euForum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedhttps://drive.google.com/file/d/11ULdW31tIyZ0p30xriGYu_mCM3iSkdqr/view?usp=sharing
As seen on the image on a mobile view, the header apears a bit narrover than the body and causes horizontal scroll
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedThank You! I sorted it out by using
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
padding: 0;
width: auto;
margin: auto;
}Yeet one issue remains. On mobile the header is shorter that body, I tried to use hide the overflow-x on mobile, but with no success.
Forum: Themes and Templates
In reply to: [Sydney] Paragraphs on mobile compressedHi!
I tried using columns, but it did not work very well neither on desktop and mobile. A kept the same css padding for p , but this time I set the values in % instead of pixels. And it seems to be working, only on small mobile screen like iPhone SE (1st gen) the content gets a bit out of device viewport.