Site logo

[Resolved] Is there any way to reposition widget from top to bottom of header inner area

Home Forums Support [Resolved] Is there any way to reposition widget from top to bottom of header inner area

Home Forums Support Is there any way to reposition widget from top to bottom of header inner area

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #289078
    willworksdesigns

    Hi Tom,

    Is there anyway to reposition my header CTA button (a linked image in a text widget) from the top of the header inner area to the bottom as in the linked image?

    I noticed as well that the header grows vertically with each new widget area, which is understandable. It would be great to be able place two narrow (as in buttons) widget areas above one another without causing the header to grow vertically. Perhaps there’s a way to control the height of the header independently while having two widget areas, one above the other? I use CSS Hero but it doesn’t seem to give me access at my rudimentary level of CSS knowledge.

    Best –
    Will

    Image link:

    #289086
    Leo
    Staff
    Customer Support

    Hi Will,

    Are you able to provide a link to your site? Thanks!

    #289092
    willworksdesigns

    Hi Leo,

    Thanks for getting back so soon!

    Sorry – here’s the link:

    https://wp500.com

    Best –
    W

    #289126
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try something like this:

    @media (min-width: 769px) {
        .header-widget {
            position: absolute;
            right: 0;
            bottom: 0;
        }
        .inside-header {
            position: relative;
        }
    }
    #289230
    willworksdesigns

    Hi Tom,

    Thanks, man – that was exactly what I was looking for! I’ll try to brush up CSS knowledge as it will obviously make it easier to fine-tune your excellent theme.

    Best –
    W

    #289302
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! Glad I could help 🙂

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