[Support request] New help positioning buttons in header

Home Forums Support [Support request] New help positioning buttons in header

Home Forums Support New help positioning buttons in header

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #386207
    Eddie

    I added two buttons [Resources][History]in the header. They are aligned to the right of the Site title and Tagline. I would like to:

    Align them – Center- below the Tagline line [Side by Side]

    Re-position the Tagline below the Site title…it is not spaced at all

    Change the font-size of the text in the title/tagline

    my Site: http://www.ehbcsportsfoundation.com

    Thanks

    #386227
    Leo
    Staff
    Customer Support

    Hi there,

    URL isn’t working for me. Can you double check?

    #386318
    Eddie
    #386346
    Leo
    Staff
    Customer Support

    Try this in the After Header Content hook:
    <div class="cta-buttons">>insert buttons here</div>
    https://docs.generatepress.com/article/hooks-overview/
    http://demo.generatepress.com/hook-locations/

    Then add this CSS:

    .cta-buttons {
        text-align: center;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    For space between title and tagline, try this CSS:

    .main-title {
        margin-bottom: 10px;
    }

    Let me know.

    #389600
    Eddie

    Hi Tom,
    This seems to be a generic question at best…how can I have the large header appear ONLY on the FIRST page…and for a smaller header, do I use the “page header” for all other pages? I’d like for it full width.

    What code do I use in the hook section?

    #389641
    Leo
    Staff
    Customer Support

    Hi there,

    Not sure what you mean? Page headers can be page specific so you can create a large and a small one and apply them to different pages?

    Can you provide an example if this is not what you wanted?

    #392394
    Eddie

    Hi,
    I created a child theme for my Generate Press site…my Q: will changes automatically update to my site?
    I am not tech savvy enough to navigate the coding effortlessly…if this is needed, is there a way for beginners to initiate the update without inserting coding? How simple would it be?

    Thanks
    Edd

    #392524
    Leo
    Staff
    Customer Support

    You won’t need to do anything other than updating the theme and plugin when they are available.

    Child theme imports all the changes.

    #392550
    Eddie

    Thanks Leo!

    #392580
    Leo
    Staff
    Customer Support

    No problem!

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