Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    #191013

    Hey 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,
    Devin

    #191113

    Thank 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;
    }

    #191161

    dawsmik:
    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!

    #191303

    Hey!


    @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,
    Ismael

    #191603

    Thanks 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, 4 months ago by dawsmik.
    #192344

    This should do it as well as adjust your logo position a bit:

    .logo img, .logo a {
    max-height: 60px !important;
    padding-top: 8px;
    }
    #192379

    Thank you. You guys are great!

    #192433

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Enfold Questions’ is closed to new replies.