- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
works great .. thanks Marius
Hi,
To center the menu try this:
https://forum.tagdiv.com/topic/center-logo-menu/#post-7562
Hi,
Unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: http://www.microlancer.com/
Please send us an email at contact@tagdiv.com and we will give you the money back.
Thanks!
Hi,
You need to inspect it with Chrome or Firebug from Firefox. Do you have CSS knowledge?
I will help you but i need to inspect your site to see what is there.
Thanks!
I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.
Also I want the header the way it is but I want the header in the middle.
It doesn’t give me that option with the Headers in Theme Panel.
Please help.
Hello, so I have a problem with the navigation menu, the main one right below the header/logo. When on my desktop, in full screen everything shows up normally. However, as I was testing the responsiveness of the theme, I noticed that if I minimize my browser window into a size similar to a mobile or tablet device, the menu becomes an icon (the 3×3 square symbol, as it should), but the icon doesn’t work. My website is http://www.dauntlessjaunter.com, and the link to that icon is just …..com/#, and that #pound symbol is just the same page. How can I fix this?
I am using “Style 3 – (full width logo) + menu”.
Is there a way to center the menu: http://i61.tinypic.com/301hkzm.png
Also, now that Im using the full width logo, is there a way to add content on the left and right of the logo? Such as the search?
Thanks in advance!
Yes, the site is developed locally…
For menu use this CSS:
.sf-menu {
display: table;
float: none !important;
margin-left: auto;
margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
.sf-menu {
display: block;
float: left !important;
margin-left: 0px;
margin-right: 0px;
}
}
About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers
Thanks!
Hi,
I have to inspect your site to see the issue, give me your site URL, I’ve tried http://www.amerikanskpolitikk.dev/ but not working.
Hi,
Your CSS selector are incorrect
Try this:
.header-style-3 .td-logo {
padding-top: 15px;
padding-bottom: 15px;}
This don’t exist: float:center
Thanks for your message!
Hi,
If you use the style 1 for the header you have to use this CSS
.container.td-logo-rec-wrap {
background-color: transparent !important;
}
Thanks!
This makes the entire bar transparent, also the content.
How can I do just the background ?
This is not urgent though, some of my other issues such as double categories in the MegaMenu and centering the logo and menu are. I hope to hear from you soon on my other topics!
How can I center the logo and the menu with css?
I’m using the megamenu as well and would like this to stay outlined on the left.
One more thing:
As I mentioned in the start of this thread, I’ve added the logo as a menu item that comes into view when I scroll down on the page (after following these instructions: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/).
The top of my site should look like this when I enter:
However, sometimes it shows the logo in the menu when loading:
The logo is only supposed to be visible when scrolling. You’ve given me this css to make that happen:
.menu-item-37076 {
display: none;
}
Thanks for the superb support!
Are
-
This reply was modified 12 years by
atflaten.
THANKS!
When trying to use Custom CSS just on the parent theme, it doesn’t seem to apply either.
I have this:
.header-style-3 .td-logo img {
padding-top: 15px;
padding-bottom: 15px;}
.header-style-3 .container-fluid {
margin-top: 15px;
margin-bottom: 15px;
text-align: left !important;}
.sf-menu {
float: center !important;
text-align: center !important;}
But it’s not working. What can I do ??
Ok, no problem, many thanks.
But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:
This is made particularly for header style 3, change the CSS for you header that you use.
.header-style-3 .td-full-logo {
background-color: transparent !important;
}
Do you have any idea why is not working? It is not transparent.
Thanks again,
Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.
I will tell you how to make it in your case:
Edit like here: http://screencast.com/t/DcFjrG1zeEWp
Add this CSS in Theme panel -> Custom CSS
/* responsive phone */
@media (max-width: 767px) {
.td-full-logo {
display: none;
}
}
Hope this will be ok for you.
Thanks for your message!
-
This reply was modified 12 years by
Marius.
Ok. When’s the next update coming? It would be nice to get this issue out of the way…
Hi,
It wasn’t fixed, we are sorry about that, we don’t managed to fix it in this update, please can you wait for the next update, or i will try to fix it in a patch for you.
Thanks for your patience!
Have a nice day!
hi,
or you can change the menu color.
Thanks for you message.
Radu A.
hi,
I think this can be achieved with the modification of the source of the slider.
however we also bought and integrated the slider, I really don’t know where are the files for this change to be done.
unfortunately we do not offer custom work, so you need to hire a programmer for this task.
Thanks for you message.
Radu A.
Just updated to 3.2. Did you fix this yet (doesn’t look like it…)?
Are
