Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Text below logo #569438

    oh sorry! :D

    in reply to: Text below logo #568836

    Hi,
    maybe you can figure out, how to adapt the custom css code to avoid the unwanted behavior of superimposing and cropping.
    Thanks!

    in reply to: Adding own image as logo leads to failures #568829

    Worked, thanks! Ticket can be closed now :)

    in reply to: Adding own image as logo leads to failures #566800

    I have uploaded the default enfold logo and the same problems appear.

    in reply to: Adding own image as logo leads to failures #566611

    The link is within the private content. The logo has a size of 340px * 156px

    in reply to: Text below logo #566548

    Thanks for your reply!

    The following custom css code leads to the solution, that the text is below the logo:

    /* General Custom CSS */
    
    #header .widget {
      left: 0;
      position: absolute;
      top: 0;
    }

    But unfortunately there are some issues maybe based on the length of the text, which is longer then the width of the logo. When I am decreasing the window size, then the menu entries superimpose on the text, and when the mobile menu appears then the text is cropped.

    Can I handle these issues within the #header .widget css or do I have to adapt the logo css, and in which way do I have to do this?

    Thank you again!

    • This reply was modified 8 years, 10 months ago by Ph_Bl.
Viewing 6 posts - 1 through 6 (of 6 total)