Site logo

Archived topic

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

5 replies · Started by willworksdesigns on March 8, 2017

Viewing posts 1–6 of 6

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:

Hi Will,

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

Hi Leo,

Thanks for getting back so soon!

Sorry – here's the link:

https://wp500.com

Best –
W

Hi there,

You could try something like this:

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

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

You're welcome! Glad I could help :)

This archived topic is closed to new replies.