Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #948628

    Hi Team,

    I’m having an issue with the link area of my logo in the enfold webpage. Below is the quick CSS used to move the logo to the left but the URL area hasn’t moved. Any help would be appreciated.

    The area in blue is the logo position, Yellow is the link area.
    https://ibb.co/hbbzGx

    .logo, .logo a, .logo img {
    position: relative;
    left: -100px;
    height: 200px;
    overflow: visible;
    max-height: 180px!important;
    padding: 0;
    }

    #948635

    Hey Animationink,
    “span.logo” should move everything together, try using it instead of “.logo, .logo a, .logo img”

    Best regards,
    Mike

    #952432

    Hi Mike,

    Thank you for the reply.

    I tried the following and same result.

    span.logo {
    position: relative;
    left: -100px;
    height: 200px;
    overflow: visible;
    max-height: 180px!important;
    padding: 0;
    }

    #952451

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

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