-
Search Results
-
Playing on localhost with template for blank no header.
I want 3 columns to “fake” a header because I won’t need menu. I would like this “fake header” to always be at top of the page and always be horizontal. (i.e., I don’t want any of the columns to drop below each other. Don’t want stacking, want them to stay side by side.
I have a color section with 3 columns. I don’t want them to be responsive.
Any ideas how I might achieve this?
Thanks in advance!Have used vw for font size. Will I likely need media queries for font size to allow for this 100% across top horizontal look?
Any suggestions would be appreciated.When I try to save the following code, I get an error stating:
“error: Parse Error: Syntax error, unexpected ‘}’, expecting EOF on line 68”Here’s the code I have pasted (line 68 is the first close bracket ‘}’ . . . just just after “overflow: visible; in the #top .logo a { ” section:
/* CSS – Subtext on right */
#top .logo,
#top .logo a {
overflow: visible;
}/* Subtext styling */
.logo .subtext h1 {
font-size: 20px;
font-weight: 600;
}.logo .subtext {
position: absolute;
top: 50%;
right: 0;
transform: translate(120%, -50%);
z-index: 999;
}I’ve made sure I wasn’t missing anything, and the brackets seem to be correct.
Topic: not working menuq
hello,
1.unless the fact i ve set in bacic options NOT to show the sublevel links, they are shown anyway2. above the menu there is this word ‘ Home’ . how to get rid of this?
———————————————–
the first option is saved, the second one as well.
getting the menu-items in a smaller font ive used:
.avia-menu-text {
font-size: 12px !important;
}Hi Kriesi-Team.
My requst depends on the need to decrease the H1,H2,H3 font sizes.
Unfortunately, changing the heading size for example with the following codes (mentioned in other enfold-threads) is not working for me:
h1 { font-size: 40px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }For example also not working:
h2 {
font-size: 34px !important;
line-height: 1.1em !important;
margin-bottom: 14px !important;
}Please see login-credentials in the private content + a link to the site with the mentioned heading.
Thanks a lot and greetings,
ManuelCould you please point us to the location where we can adjust the font sizing for the above.
<span class=”mega_menu_title heading-color av-special-font”>COLORADO – cont’d</span>
Thanks for helping
Avery
Hi,
Been trying for quite a while now but I can’t figure out how to increase the width of the search submit button.
What I would like to achieve is a search box as shown hereFor that I used the searchbox from the content elements section. No label text but with icon display. I tried this CCS:
#top #searchsubmit {background:#001770!important; padding:0 10px!important; width:100%!important;} input#s[placeholder] {padding-left:12px!important; font-size: 18px;font-weight:300; height:36px; color:#a9a8a8;}But no luck so far…
Best regards,
Steven
Hi
When I go to General Styling > Fonts tab the value that I set under the “Default content font size” doesn’t have any effect.
I can set it to 10 or 24 and the font remains always the same.In the editor, I have set the size to “default” but it doesn’t budge…
Any idea what could be?
Under the General Styling I can see “Default theme size 13”: https://dns.d.pr/YVqTkj – where do I change this 13px?
Thank you
Hi, I am new to this Forum and just want to say how much I enjoy the Enfold Theme – so thank you!
I am using the Special Heading as an intro section on my home page.
For this Screen Option in the avia layout builder:
Font Size for very small screens (smaller than 479px - eg: Smartphone Portrait)
I think the media query might be wrong because at a screen size of 400px – my Special Heading doesn’t size down to 17px, it keeps the original size – 36pxMaybe a possible fix for a future update could be adding the following media query? (The
.av-small-font-size-17is the generated CSS from the screen options)@media only screen and (max-width: 480px) .responsive #top #wrap_all .av-small-font-size-17 { . font-size: 17px !important; }Just passing along and thinking it might help.
Thanks again!HI,
so I found a older topic on my issue, that I can’t edit the fullscreen text size for mobile and found this code:
@media only screen and (max-width: 767px) { h2.avia-caption-title { font-size: 30px !important; }} @media only screen and (max-width: 767px) { .avia-caption-content.av_inherit_color { font-size: 40px !important; }}so this isn’t working,, did It something wrong?

