-
Search Results
-
I just installed Enfold on a complete new website, only a home page exists, but the advanced layout editor goes funny.
When I add text into 1/1 column and put a text-bot into it
…. [/av_textblock] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='' admin_preview_bg=''] gets added after the text.when I add another 1/1 Column id becomes more strange text:
[/av_textblock] [/av_one_full] [av_one_full first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display=''] [av_textblock size='' font_color='' color='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' custom_class='' admin_preview_bg='']
I guess you have a problem!!! Please find a solution quick or I can’t keep on working on my clients webpages!!!
Hi,
I’m using “construction template of Enfold theme.
Now is like this. http://prntscr.com/j2qdif
However, I want to move my all menu and logo to center. How to change it?And also, I want to use the texts to All caps and bigger font size. How can I change it?
Please let me know,
Hello Victoria
My reply to your last piece of CSS given to me was met with a request to close the thread – which seems strange because my topic was still about Contact Form 7 with (CSS) Enfold Styles.Since I was not able to get a reply on that thread I have to start again – which doubles the amount of work.
I have copied and pasted the ending of your last CSS here and my reply to you and can only hope I find a reply to this. thanks for your help.
My website page in discussion: you can see the problem here on desktop / wide screen view
***** your last reply to me*************
Hi Pete,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
#top .wpcf7-form-control-wrap.your-name input[type=text] {
width: 95%;}
.wpcf7-form div + p, .wpcf7-form div + p + p {
width: 50%;
float: left;}
.wpcf7-form div + p + p {
clear: right;
}}
If you need further assistance please let us know.Best regards,
Victoria****** MY LAST REPLY TO YOU – WHICH WAS CUT OFF WHEN THE THREAD WAS CLOSE******
Thanks so much Victoria! thats a really clever bit of CSS!
I’ve set it at 1368px – just wider than iPad pro screen horizontal.
It works fine apart from a couple of small things:-1. On the wide desktop version where the name and email are side by side – the space between that line and the SUBJECT line below seems to be wider than when the 2 fields are stacked on top of each other.
2. Also on desktop perhaps the gap/padding above the Name/Email line is wider making a large gap between that line on desktop view and the bulleted text above. Ideally I would like the gaps above/below field to be consistent between desktop and mobile.
3. The CSS you provided to create black field borders is being carried into the Enfold Search field. Is there a way I can restrict this border styling to the CF7 form?
Here’s the full quick CSS i have for this contact page at the moment including your latest fixes.
/* CF7 Submit Button CSS Styles */
.wpcf7 input[type=submit] {
padding:15px 45px;
background:#FCE228;
color:#232323;
font-size:16px;
font-weight:bold;
border:1px solid #232323;
cursor:pointer;
-webkit-border-radius: 3px;
border-radius: 3px;
}/* CF7 Submit Button CSS Hover Styles */
.wpcf7 input[type=submit]:hover {
background-color: #232323;
color: #FCE228;
border:1px solid #232323;
}/* CF7 Label Text Styles */
.wpcf7 label {
padding: 0 0 10px 0;
font-size: 20px;
color:#232323;
}/* CF7 File Upload Button CSS Styles */
.wpcf7 input[type=file] {
padding:0px 0px;
background:none;
color:#000;
font-size:14px;
border:none;
-webkit-border-radius: 3px;
border-radius: 3px;
}/* CF7 Input Field Heights */
.wpcf7 input[type=text] {height:40px;}
.wpcf7 input[type=email] {height:40px;}/* CF7 Input Field border and radius */
#top .main_color .input-text,
#top .main_color input[type=’text’],
#top .main_color input[type=’input’],
#top .main_color input[type=’password’],
#top .main_color input[type=’email’],
#top .main_color input[type=’number’],
#top .main_color input[type=’url’], #top .main_color input[type=’tel’],
#top .main_color input[type=’search’], #top .main_color textarea, #top .main_color select {
border-color: #232323;
border-radius: 3px;
margin-top: 5px;
}/* CF7 name and email Fields alongside but not on mobile */
@media only screen and (min-width: 1368px) {
#top .wpcf7-form-control-wrap.your-name input[type=text] {
width: 95%;}
.wpcf7-form div + p, .wpcf7-form div + p + p {
width: 50%;
float: left;}
.wpcf7-form div + p + p {
clear: right;
}}
Hi we boughted the the theme and made the site of our client. He is asking to change the size of ‘DISPLAY IN MENU BAR” we need your help to know where to find it
Hi all,
This seems like something that I should be able to figure out, but I’m having trouble making it so that my H1-H6 is styled like the “Modern” style in Special Headers in the Avia Layout Builder. I prefer the Modern style to the default style for Enfold 2017 headers, but I can seem to figure out what the styling is when I inspect it (font-family, size, etc.) I want to style the headings in my single post entries with the Modern style, but can’t use the Avia Builder in blog posts. Any help would be appreciated – thank you.




