-
Search Results
-
Topic: Resize H1 e H1 font
Hi,
on the site, I manually set the size of the H1 and H2.
Now, how can I reset the size of the H1 and H2 using CSS? Is it possible?Looking forward to hearing from you.
Best regards.
MSEnfold, I am working on a site currently at preucil.baslerdesign.com, probably my 15-20th site built on Enfold. I am getting pretty good at figuring things out, but I need help here.
Unfortunately, I am dealing with fairly lengthy secondary menu names: Preucil School of Music | Preucil Preschool | Music Together®
the length of these three items just does not work well on phone sizes. I reached out to your all some time back to help my with some code to increase the font size on these for phone break point:
/*—————————————-
// Increase the size of Secondary Menu text
//————————————–*/
#header_meta a, #header_meta span {
font-size:15px !important;
}This has worked fine. But, different devices are breaking the menu at different places. My iPhone 13 Max breaks after Preucil School of Music, dropping Preucil Preschool and Music Together to a second line.
Other Android Devices, a putting Preucil School of Music and Preucil Preschool on the first line and dropping just Music Together to the second line.
Given this, the behavior of the secondary menu dropdowns are wonky. My iPhone does a good job of keeping the dropdown content “on-screen” without cropping off the content at the left of the screen. My client’s iPhone is reportedly chopping off the dropdown content.
I am stumped. My first thought was that maybe they are changing text sizes through accessibility settings causing this. My other client is an Android user and is reporting the same thing.
I am wondering if breaking these secondary nav into three lines would work. The three lines would have some sort of break control where I could break each line predictably. This solution would be uglier than I would like but the reality is the “Preucil School of Music” item takes up one line at a reasonable size by itself.
And, if this can be done, it would be nice to have some sort of line-height control so that the spacing between lines is mobile friendly as each of these need to be clickable.
Any other thoughts?
Topic: Menu Sidebar Styling
Hi, I added the code form this thread but it didn’t seem to work. https://kriesi.at/support/topic/full-page-overlay-menu-font-size/
HI, I have a 2 part question. On desktop The special heading product titles are overlapping the column boxes on my page. I have set the default font size to 5.5vw for all meaning the font should adapt but it is not. I have added a screenshot of the issue in private. This happen on Chrome and Safari. On mobile the special titles are too small – how do I make them larger on mobile? It adapts but is very small. I know I can add a default value to the mobile size but thought the auto text size would adjust to the width?
Topic: Code Korrekturen
Hi Enforld Team and Developers,
nach dem Enfold Update eine alten Website, werden viele Code-Teile mit Inline CSS beim Öffnen der Blöcke (z.B. Code- oder Text-Element) verändert.Vorher:
<ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;"> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">xzzz</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">text</span></li> <li style="display: flex; margin-bottom: 12px;"> <span style="font-size: 18px; color: green; white-space: nowrap; margin-right: 10px;">✔ </span> <span style="font-size: 18px;">topic</span></li> </ul>Nachher
<ul style="list-style-type: none; margin-left: 02px; padding-top: 8px; padding-bottom: 12px; padding-left: 0px;"> <li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">xzzz</span></li> <li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">text</span></li> <li style="display: flex; margin-bottom: 12px;"><span style="font-size: 18px;">topic</span></li> </ul>Ich verstehe den Sinn, möchte aber nicht die ganze Website neu machen.
Wo kann ich das abschalten.BR
RalfEnglish: .. after the Enfold update of an old website, many code parts with inline CSS are changed when opening the blocks.
I understand the point, but I don’t want to redo the whole website.
Where can I disable this?P.S.: Sorry, ich habe vorher im Forum gesucht, finde wohl nicht die richtigen Suchbegriffe um fündig geworden zu sein.







