Site logo

Archived topic

top bar - content width

8 replies · Started by BarnaB on March 18, 2017

Viewing posts 1–9 of 9

Hi,

Just been playing with the top bar and wanted to add an Elementor shortcode to it...but when the code is added and the container is set to full width it still shows like the content is within like 800px is area:

here is a snapshot:
http://prnt.sc/elf3nv

SO:
elementor template is full width
top bar layout all full width, so not sure how to make this really full width and all should be in one line :)

Thanks

Any chance you can link me to the page?

It was only a test so there is no live example. I can add it now if you can have a look quickly ?

Sure. One thing to check is that the top bar alignment is set to center.

Sent you the details in a private message on FB :)

Try adding this CSS:

.top-bar .inside-top-bar .widget:first-child:last-child {
    display: block
}

Basically if it's the only widget, set it to display block. I'll do some testing and add it to the theme.

Thank you, sent you a followup on FB...

Answered - best to keep things in here though as they will be answered faster :)

Barna, Tom,

Here is what I did to add the Elementor shortcode to the Top Bar widget area:

.top-bar .inside-top-bar .widget {
    width: 35%;
}

Cheers!
Lyle

This archived topic is closed to new replies.