Menubar contained?

Posted in: Newspaper
Post count: 14

How to disable full stretch of the main menubar and make it fit within the main container with the same with as the content?

Post count: 23312

Hello naukazasite,

You can disable this effect from here -> https://www.screencast.com/t/GU61m63wf If is not what you mean, please provide more details so I will be able to provide a more accurate response.

Thanks.

Post count: 14

I think you understood corectlly – I want the menubar and footer possibly to have the same with as the content container. All settings in my Theme Panel as you pointed out are set to “No stretch” but still the menubar stretches beyond the content. See here: https://ibb.co/diFO16

Post count: 23312

Hello naukazasite,

Please provide your website URL so I can inspect your menu bar section.

Thanks.

Post count: 14

I am developing sciencegasm.com

Additionally, “No results” return field’s font is Roboto (when terms in search field have not been found). I cannot find a way in Theme Panel to change it to Open Sans. I would be great if you help me solve these issues.

Thank you.

Post count: 20688

Hi,

The header style you are using is full width, that is how it is supposed to look. Also the footer is displaying as it should.
These elements will be limited to page container width when a background image or color is set
https://forum.tagdiv.com/background-introduction/
So you could set a white background color, if you do not want it to be noticeable. This will transform the website into the boxed state.

If you are referring to this message – https://www.screencast.com/t/loinzaqBcia
That can be changed if needed with a code like this

.no-results h2{
font-family: 'Open Sans', sans-serif;
}

The code can be entered in Theme panel->Custom CSS.

Thanks

Post count: 14

Thank you for your answer. I understand now the method of contain the menubar.

Regarding the CSS solution, it’s interesting — works when entered in the Custom Code CSS in the Theme Panel, but not when added to the style.css in the child theme. Anyway, it solved the issue.

And one final question — what is the font used instead when logo is absent? It looks very similar to PT Serif, but it’s not. Could you tell me the name of it and if possible, how to replace my current PT Serif with this one across the website?

Thank you.

Post count: 14

I’m talking about this font: https://s9.postimg.org/bf1vhimtb/Capture.png

Post count: 14

I guess it is Times New Roman. If it is, do I implement it sitewise using custom fonts or some other, easier way?

Post count: 20688

The font of the text logo an tagline could only be changed with a custom code, or through a child theme if you have one. For example
https://www.screencast.com/t/2XDiFFOybC
There plans to add options in the theme panel for the logo and tagline text, for the moment there aren’t any. This is the code used

.td-logo-text-container .td-logo-text {
font-family:Arial!important;
}
.td-logo-text-container .td-tagline-text{
font-family:Arial!important;
}

Thanks

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.