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

    Hi!

    Is it possible to have an image in the header to the right, apart from the logo at the left? I have tested and it’s far from perfect and it only works in Firefox, not in Chrome. I preciate if I can get some help to solve this problem. Perhaps there are better options than this. It would be nice if the image could be all the way to the right within the header and then perhaps be placed below the logo when it’s in smaller screen. The image I’m talking about is the one with the AAA.

    I also wonder if it’s possible to get a dark color background color in the main menu instead of the red border in the bottom of the selected page?

    I hope I haven’t asked for to much help. Thanks!

    • This topic was modified 10 years, 1 month ago by Effektid.
    #336252

    Hey Effektid!

    Please add following code to Quick CSS

    strong.second-logo.logo.bg-logo {
    position: relative;
    left: 89%;
    }

    and remove following one

    #aaa {
    margin-left: 86% !important;
    }

    Best regards,
    Yigit

    #336641

    Hi! That worked fine! I Also wonder if it’s possible to increase the size of the main logo at the left. When I try this code:

    .logo img {
    height: auto;
    width: 500px;
    }

    it also increase the size of the logo to the right, which I don’t want. Any idea how this could be solved? Thanks!

    #336856

    Hey!

    Please add following code to Quick CSS as well

    strong.second-logo.logo.bg-logo #aaa {
    max-height: 93px!important;
    }

    then go to Enfold theme options > Header > Header Size and choose to display custom pixel value and set the height to 127px

    Regards,
    Yigit

    #336893

    Thanks, but I can only increase the height of the header area, the logo still has the same size! What could be wrong? Preciate some more help if it’s possible to solve this. Our customer is waiting.

    #336900

    Hey!

    Please review your website now. You had a custom CSS code that was preventing logo to be full size in Quick CSS field, i removed it

    Best regards,
    Yigit

    #336906

    Very nice! I need some extra white space below the logo (between the logo and the main menu). I added a bottom margin to the .logo img, in the quich CSS, but there was no effect. Where can I adjust this? Really preciate your help!

    #336914
    This reply has been marked as private.
    #336919

    Hi!

    Please use following code instead

    .logo img {
    padding-bottom: 10px;
    }

    Regards,
    Yigit

    #337236
    This reply has been marked as private.
    #337300

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .responsive .logo a, .responsive .logo img { max-width: 90%!important; height: auto !important; }}

    and change header height in Enfold theme options > Header tab. It should make logo smaller automatically

    Regards,
    Yigit

    #337329

    Perfect! Thanks!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Image in header and question about menu’ is closed to new replies.