-
AuthorPosts
-
November 19, 2013 at 3:45 am #190444
How do you center the logo from top to bottom?
How do you make the header area smaller from top to bottom?
How do you make the pages standard width (960 pixels)
How do you make the header font bigger?
How do you bring the header menu closer to the middle?
How do you keep the socket from expanding? (it is several inches thick when the browser is at max width)
http://www.sellmydigs.com/What is the easiest way to get this layout? (just the content part below the header)
http://www.conversion-rate-experts.com/questions/How do you make the primary font size 12 have still have it shrink on smaller screens?
How do you change the color of the icons?
How do i remove the “Enfold theme by kriesi” from the socket?
website is sellmydigs.com if you would like to see it.
November 20, 2013 at 5:34 pm #191013Hey dawsmik!
Let me see if I can answer all of these in one go:
How do you center the logo from top to bottom?
This should be automatically done depending on the header. You can add a bit more whitespace to the upper or lower part of your logo if you want to adjust it manually.How do you make the header area smaller from top to bottom?
In your css>custom.css file (in the theme files) add the following inside of the desktop only media query we’ve included in the file:#header_main .container, .main_menu ul:first-child > li a { height: 88px !important; line-height: 88px !important; }
And adjust the 88px value to a lower number as needed. Just make sure they are both the same.
How do you make the pages standard width (960 pixels)
The only option for that width is to make the theme not responsive in the theme options General Settings.How do you make the header font bigger?
Which header font specifically? There are a lot of headers being used for various things throughout a typical installation.How do you bring the header menu closer to the middle?
The header menu is already centered vertically in the menu so I’m not sure what you mean.How do you keep the socket from expanding? (it is several inches thick when the browser is at max width)
http://www.sellmydigs.com/I think what you are looking for is a sticky footer which the theme doesn’t have. If the page content isn’t tall enough then the socket background will show the remainder of the sapce.
What is the easiest way to get this layout? (just the content part below the header)
http://www.conversion-rate-experts.com/questions/
You can use a regular page with a sidebar.
How do you make the primary font size 12 have still have it shrink on smaller screens?
I’m not sure what you mean. The regular body font is set at 13px right now but you could change that with:body { font-size: 12px; }
How do you change the color of the icons?
There isn’t currently an option to change them individually. They inherit the color from the main color you set in the theme options.How do i remove the “Enfold theme by kriesi” from the socket?
You can add [nolink] into the copyright field in the footer options.Regards,
DevinNovember 20, 2013 at 7:57 pm #191113Thank you!
1. How do i get to here, in order to make those changes?:
css>custom.css file (in the theme files)
2. How do i get to the location to make this change:
body {
font-size: 12px;
}November 20, 2013 at 10:26 pm #191161dawsmik:
I’ll just jump in here. In your dashboard, go to Appearance –> Editor –> It opens in your custom CSS file.
Make sure you use a ChildTheme to make changes or they will be lost when you upgrade your theme.
Cheers!November 21, 2013 at 4:54 am #191303Hey!
@dawsmik: You need to edit the custom.css file via FTP or your cpanel.
@current162: Thanks for jumping in. Your help is appreciated. :)Best regards,
IsmaelNovember 21, 2013 at 8:17 pm #191603Thanks for all the advice. I made a child theme. made the css changes via the WP editor (they didnt take effect when i modified the custom.css file.) they all worked perfectly except now when you scroll down my logo shrinks. How can I change this?
- This reply was modified 10 years, 12 months ago by dawsmik.
November 24, 2013 at 12:03 am #192344This should do it as well as adjust your logo position a bit:
.logo img, .logo a { max-height: 60px !important; padding-top: 8px; }
November 24, 2013 at 3:37 am #192379Thank you. You guys are great!
November 24, 2013 at 7:10 am #192433Glad we could help. Let us know if you have any other questions or issues.
-
AuthorPosts
- The topic ‘Enfold Questions’ is closed to new replies.