Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #427636

    Hi.

    I’ve uploaded a header image whose dimensions are 1600 x 230 but it is being dramatically reduced.
    I’ve tried setting a custom header size but this is failing.

    http://www.translibrium.com/afterabirehab-demo/

    Also, if I customize the header size will this ruin it’s capacity to adapt on mobile phones?

    Thanks,

    Nik

    #428068

    Hey Translibrium!

    I’m not sure what you are trying to do, have the image as a header background? Please provide us with a screenshot highlighting what you’re trying to achieve.

    Regards,
    Rikard

    #428640

    Hi Rikard

    Thanks for being in touch.
    My header image/logo was being reduced in size for some reason.
    I’ve fixed it by inserting the header image as a background image and putting a transparent png as the “header image/logo”.

    Seems odd though that the header image is being reduced.

    In my initial message I left a link to the site as well as a password in the Private Data.

    Nik

    #429070

    Hey!

    I see that you are currently using a side header. If you would like to increase logo size, please add following code to Quick CSS in Enfold theme options under General Styling tab

    .html_header_sidebar .logo {
      padding: 10px;
    }

    Regards,
    Yigit

    #429114

    Thanks Yiggit.

    I the sidebar header size wasn’t resized.
    I changed the height of the area with:

    .html_header_sidebar .logo {
    max-height:245px;
    }

    I’m now flummoxed by styling the navigation area.
    Using Firebug I can succeed in changing the styles online to this:
    #top #header .av-main-nav > li > a {
    background-color:#3A4D5C;
    color:#3A4D5C;
    font-family:’Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    font-size:24px;
    }

    However, when I add this to the Quick CSS it doesn’t do anything.

    Do you know what’s up with this??

    NIk

    #429159

    Hey!

    Can you please post a screenshot and show the changes you would like to make so we can provide you accurate custom CSS code?

    Cheers!
    Yigit

    #429194

    HI.

    Screenshot here:

    http://www.translibrium.com/afterabirehab-demo/wp-content/uploads/Screen-Shot-2015-04-15-at-2.09.01-PM.png

    I want to have all the background of the sidebar menu to be the same dark blue (no white).
    How do I get control of the Main Nav Menu font colours and background, including rollovers?

    Thanks Yigit!

    nik

    #429198
    This reply has been marked as private.
    #429844

    Hi!

    use this in Quick CSS:

    #top #header .av-main-nav > li > a {
    background-color: #3a4d5c;
    }
    

    For menu font color use this:

    span.avia-menu-text {
    color: white !important;
    }
    

    Cheers!
    Andy

    #429895

    Hi Andy.

    Thanks.

    The second bit of code works (changes menu font color to white), but the first is what I already tried and for some reason it is not working (although it works in Firebug).

    Do you have any idea why a piece of code would work in Firebug, but not in Enfold?

    #430052

    Any help with this would be great.

    I have applied the code supplied, which works in Firebug, to Quick CSS, but this fails to make any change.

    #top #header .av-main-nav > li > a {
    background-color: #3a4d5c;
    }

    Need answer as this project is due in the morning.

    Any assistance very much appreciated.

    #430056

    I figured out what was up.

    I had used the ‘Advanced Styling’ Tab and the Quick CSS would not override them.
    As soon as I got rid of my modifications in the Advanced Styling tab, the Quick CSS styling came through.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘My header image ins being auto-resized’ is closed to new replies.