Header Image Click

  • Author
    Posts
  • #34352
    Marc

    Hello everybody,

    1st:
    somehow my page started showing a dark grey space instead of the header image as soon as you click it.
    Also it stays grey as long as you keep the click active.
    Does anyone know the reason for this or a way to fix it?

    2nd: With the new Update did you change anything about the width of the menu? Somehow its just doesn’t fit into 1 Line anymore. Anyone knows a solution for this Problem as well?

    best regards

    Marc

    #34441
    Zed
    Cryout Creations mastermind

    1) is the a:focus colour (which uses the first accent colour). You can disable this for all links with body a:focus { background: transparent; }

    2) We did adjust the center-aligned menu styling a bit (to correct issues on some browsers). This may have made the elements slightly wider.
    Use this styling to reduce the element left/right padding:

    body #access a span {
        padding-left: 15px;
        padding-right: 15px;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Header Image Click’ is closed to new replies.