Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #221356

    Hi guys,

    I am having a time with this one – http://soulistichealing.org/ I have the menu and logo centered, but I’m doing something wrong. Have a look. The logo is getting cut off.

    Let me know what I am doing wrong.

    cheers,
    David

    #221509

    Hi David!

    The website is on maintenance mode.

    Best regards,
    Ismael

    #221785

    Ismael,

    Give it a try again. Sorry about that.

    #221787

    Hey!

    Please find following code in Quick CSS in Enfold theme options under Styling tab

    .logo, .logo a, .logo img {
    max-height: 125px!important; }

    and change it to

    .logo, .logo a, .logo img {
    max-height: 150px!important; }

    Best regards,
    Yigit

    #221901

    Thanks Yigit.

    #221906

    Hey Yigit. Decided to go back with the left logo alignment. We are using a wider logo, and on tablet, the logo shrinks and is not aligned to with the navigation. On phone, most of the word Healing gets cut off. How do I resolve this issue?

    #221911

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .responsive .logo { 
    height: 65px; }}

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘enfold > menu/logo > centered’ is closed to new replies.