Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #379214
    #379298

    Hey vikingbastich!

    Thank you for using Enfold.

    Please refer to this link for a possible fix: https://kriesi.at/support/topic/remove-main-menu/#post-377582

    Best regards,
    Ismael

    #380034

    Thanks! this link definately helped me get the 2nd logo in there – however, i’m having issues getting it aligned. Is there a quick-css way to get this done? it’s currently at cohenequities.com

    Thanks!

    #380038

    also when trying to make the new logo clickable it prefixes the site domain before the new link. Is there anyway to remove that?

    #380044

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .secondary-logo * {
    max-width: 70%;
    }
    .secondary-logo {
    float: right;
    position: relative;
    margin-bottom: -44px;
    }

    and edit the code you have added to Functions.php file and make your image links using HTML A tag – http://www.w3schools.com/tags/tag_a.asp

    Regards,
    Yigit

    #380048

    we’re close!
    currently floating off to the right of the nav, I want to get it to be directly to the right of the main logo.

    Also, this is what i have in functions.php:

    add_action('ava_after_main_menu','custom_things'); 
    function custom_things() {   
          echo '<div class="secondary-logo"><a href=“http://www.candkproperties.com" target="_blank" ><img src="http://cohenequities.com/wp-content/uploads/2015/01/2.png"></a></div>'; 
    }

    and it’s still prefacing it with the current domain.

    #380052

    Hey!

    Please add following code to Quick CSS as well

    .secondary-logo {
    z-index: 999;
    right: -15%;
    }

    Best regards,
    Yigit

    #380070

    still no good unfortunately, now it’s all the way to the right of the menu, and when resizing it drops below the menu

    #380086

    Hi!

    Please try following code

    @media only screen and (min-width: 1024px) {
    .secondary-logo {
    z-index: 999;
    right: -15%;
    }}

    Cheers!
    Yigit

    #380095

    nope, sorry. Take a look: http://cohenequities.com/

    #380620

    Hi!

    The logo looks fine when I checked it. Can you please provide a screenshot of the issue?

    Regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.