Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1113667

    Hello there,

    please help me: I’ve in sert a second logo via Widget.
    How can configure the position? I want to have it on the rigt side.
    Please have a look:

    Thx a lot!
    Stefan

    #1113857

    Hi Stefan,

    Please try the following in Quick CSS under Enfold->General Styling:

    #media_image-2 {
        position: absolute;
        right: 0;
    }

    Best regards,
    Rikard<

    #1113865

    Hi Rikard,
    hthank you it works. Can you help me once again by expand the code:
    What is the code? I want to have some distance to the right (like the logo on the left).
    And what ist the code to provide a link to the logo.
    Thx a lot!

    #1114084

    Hi koeneke,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .image.wp-image-3511 {
        margin-right: 20px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1114134

    It works! Thx, a lot. Is it also possibleto provide the logo with a link?

    Best wishes
    Stefan

    #1114213

    Hi,

    Thank you for the update.

    You can add this css code to place the widget above the logo container.

    #header .widget { 
       z-index: 100;
    }
    
    #header .widget a {
        display: block;
    }

    Best regards,
    Ismael

    #1119500

    Hi there,
    are this different codes for the same effect?
    Can you help me again: I want so set up a link in to the logo. What the code for it?
    And one problem: If you go to the mobile view the “Paderborn Logo” conceal the burger navigation.
    Please have a look: http://www.eks-pb.org

    #1119638

    Hi koeneke,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:479px){
        #media_image-2 {
            right: 110px;
            width: 16%;
            top: -10px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1120197

    Hi there,
    sorry.
    But it does not work. If you go to the mobile view the “Paderborn Logo” conceal the burger navigation.
    Thx for your help.

    Stefan

    • This reply was modified 5 years, 11 months ago by Rikard.
    #1120385

    Hi Stefan,

    Thanks for the update, though I can’t reproduce the problem when checking on an iphone5 which is the smallest phone I can check with. On which phone/browser are you seeing this happening? Are you sure that you are not getting cached results?

    Best regards,
    Rikard

    #1121454

    Hi Rikard,
    If you size the browser smaller then you get the following result (see screenshot). I try the same in my tablet with the same result.
    Thx
    Stefan

    #1121573

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #media_image-2 {
      right: 120px;
    }
    #media_image-2 img {
      max-width:60px !important;
    }
    }

    Best regards,
    Rikard

    #1121574

    Hi Stefan,

    I added the code for you, please check the website now.

    Best regards,
    Victoria

    #1123147

    Hi Victoria and Rikard,
    thx for evything.
    It works now.
    Best regards
    Stefan

    #1123361

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Position of the second Logo in the Logo Area’ is closed to new replies.