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

    Hi Guys,

    I’ve added the widget code to functions.php, but I’m having a difficult time with the CSS and header height to get the text to stay nicely under the logo on the left side.

    I’ve created login info for the site below. You can see in the header area by the logo where the widget text is blending into the logo. I’d like the txt to remain centered under the logo no matter whether it’s on a mobile or pc.

    #722655

    Hello – still haven’t heard anything on the above request…

    #722905

    Hi Mark,

    Sorry for the late reply, so you are looking to make the logo smaller and have the text under it?

    Best regards,
    Rikard

    #722924

    Hi Rikard,

    That’s correct.

    Mark

    #723508

    Hi Mark,

    Thanks for the feedback, please try this in Quick CSS:

    strong.logo {
      max-height:80%;
    }
    
    #header .widget {
        left: 12%;
        padding-top: 9.7%;
        transform: translate(0%);
    }

    Best regards,
    Rikard

    #723513

    Hey Rikard,

    I added the CSS and it’s not placing the widget txt under the logo. You can login and see for yourself using the info I provided in the 1st message. Thanks so much for your help in advance.

    Mark

    #724082

    Hi Mark,

    Please try this instead:

    #header .widget {
        left: 160px;
        transform: translate(0%);
        top: 105px;
    }

    Note that this won’t be responsive unless you add a lot of extra CSS to several media queries, so I think you might be better off just to add the text to the image using Photoshop or something similar. I think that would be the easiest solution to be honest.

    Best regards,
    Rikard

    #724083

    I’ve added the css but that places it in the slider below…not under the log. I realize I could add it in photoshop, it’s just the text version would be much easier to read.

    #724266

    Hi,

    I get why you would like to add it with text but since you have to place the widget with an absolute position in CSS, it’s a nightmare to get it to display correctly on all screensizes unfortunately. Could you try adding it in the image instead?

    Best regards,
    Rikard

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