Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #754708

    I have added a header widget so that I can add a tagline to my header. A couple of issues:
    1. I think it would look better with the tagline on one line, and right aligned but I can’t seem to make that work.
    2. It is all messed up on the mobile display. Is there a way to get the tagline to appear centered below the logo on the mobile display?

    here is the quick css I added:

    #header .widget {
    left: 75%;
    top: 10%;
    right: 0px;
    position: absolute;
    transform: translate(-50%);
    font-family: “Georgia”;
    font-style: italic;
    color:black;
    font-size: 18px
    }

    #754739

    Hey amyspearsgavin,
    Could you please provide admin info so that we can look into this issue further.

    Best regards,
    Jordan Shannon

    #755110

    I’m not really sure how to do temporary logins so I just created a new user

    #755841

    Hi,

    I couldn’t see widget in the header of your site, or maybe you didn’t add anything to it yet? I wanted to check the backend but the login details didn’t work, could you check and verify please?

    Best regards,
    Rikard

    #756104

    Thanks Rikard. I removed it for a while, but have added it back now.

    #756105

    oops see new login info here

    #756762

    Hi,

    Thanks for that. Please try the following CSS instead of the old one:

    #header .widget {
        width: 50%;
        left: auto;
        top: 10%;
        right: 0;
        position: absolute;
        transform: translate(0);
        font-family: "Georgia";
        font-style: italic;
        color: black;
        font-size: 16px;
    }

    Best regards,
    Rikard

    #848200

    Hi Rikard,

    This was working fine and I noticed this morning that the text in my header widget no longer appears on my site. Can you help me understand what has happened? It must be due to a WP update?

    Thanks,
    Amy

    #848203

    Hi,

    Yes, it could be possibly from the update if you were not using a child theme.

    Best regards,
    Jordan Shannon

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