• Resolved sandimol

    (@sandimol)


    Hello,
    what css code do i need to move vertically the header widget in the allowed header area? I tried this but it did nothing. Not sure how to adjust. Any help would be great.

    .header-widget {
    float: right;
    max-width: 50%;
    overflow: hidden;
    top: 200px;
    }

    I have added the custom css plugin to make this change.

    S

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Tom

    (@edge22)

    Sorry for not getting back to you sooner – I monitor GeneratePress’ (parent theme) support area more often.

    Are you trying to put the header widget area on top of your header image? Or are you just trying to move it?

    If you’re trying to place it on top of your header, this may work:

    @media (min-width: 769px) {
          .header-widget {
                position: absolute;
                right: 0;
                top: 0;
          }
    }

    Hello there,
    I’m using the Freelancer theme (Generate Press) for my website https://www.ikmedia.eu. It seems that with each update the copyright line at the bottom of the home page is reset to the default text (Copyright ? 2015 · GeneratePress · WordPress). I had it changed a couple of times to a personalised copyright line, but with the latest theme update I can’t seem to find the line in the footer.php anymore.
    Thank you in advance for trying to help me with this.
    Kind regards, Irene

    Theme Author Tom

    (@edge22)

    Hi there,

    If you’re losing it on each update, you’re most likely editing the core theme files.

    Instead, do something like this:
    https://gist.github.com/generatepress/36c0c52479679252af28

    Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/

    We also have a $5 add-on that allows you to change the copyright message right in your Dashboard.

    Hope this helps ??

    Thank you Tom!

    Theme Author Tom

    (@edge22)

    No problem ??

    Hi, Tom!
    I am using GenPress Freelancer. Instead of creating/setting a title and a tagline for my blog (claudiolessa.com), I decided to upload an image, containing the title, the picture, etc. I created this in Photoshop and my problem is that I can’t seem to make it larger when I upload it to the Header Content. I’ve tried enlarging the image in Photoshop and re-uploading it, but not luck. The question: how do I enlarge the image (Logo) for the Freelancer’s Header?
    Thanks in advance for your help & guidance.
    Claudio Lessa

    Theme Author Tom

    (@edge22)

    Hi Claudio,

    Answered your question here: https://generatepress.com/forums/topic/enlarging-logo-on-content-header/#post-115951

    Hope it helps ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I am using Freelancer, child theme to Generate Press’ is closed to new replies.