• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper

This forum is now closed to new posts

All existing content remains available to browse and search. For support, please email us at contact@tagdiv.com Our team is happy to help as soon as possible.

Home Newspaper Main Menu Height (Style 5)

Main Menu Height (Style 5)

Posted in: Newspaper
Post count: 14
jbdesign
#128417
Aug 18, 2016 at 1:53 pm

Hello TagDiv Team,

how can i adjust in custom css the height of the Main Menu (Style 5 is used), from the standard 60px to 100px
– the text should stay in the middle of it
– the logo should be scaled up according to the height

thanks, Jan

Post count: 14
jbdesign
#128426
Aug 18, 2016 at 2:28 pm

and for the content, is there a possibility to adjust from this:
is

to this?
should

thanks a lot, Jan

Post count: 22421
Bogdan B.
#128431
Aug 18, 2016 at 2:56 pm

Hello Jan,

The menu height can be adjusted by changing the line-height in the fonts section like so: http://screencast.com/t/mKnSMyGRkJX
As for the images, please use this guide: https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/

I hope this helps.
Thanks.

Post count: 14
jbdesign
#128440
Aug 18, 2016 at 3:55 pm

Hello Bogdan,
thanks for your quick reply.

the menu height did work quite well. More than 90px is not possible?

with regen. Thumbnails the pictures didn’t change.
is there somewhere another option?

and where can i fill in the red marked area? i did the margin on top & bottom of this row, but it only did the bottom margin.

have a great day, Jan

Post count: 22421
Bogdan B.
#128457
Aug 18, 2016 at 4:59 pm

Hi,
Please provide a link to your site so I can inspect it and see if a bit of css could help.
Thank you!

Post count: 14
jbdesign
#128496
Aug 18, 2016 at 10:22 pm

Hi Bogdan,

http://www.koenigsschmied.de/

and is it possible to add a shadow under the main menu?

have a nice evening. Jan

  • This reply was modified 9 years by jbdesign.
Post count: 22421
Bogdan B.
#128582
Aug 19, 2016 at 11:01 am

Hello,

For the header if you want to increase the main menu beyond 90px you will need css to do it. Please use this code (I also added a bottom border for the header – the ‘shadow’):

.td-header-menu-wrap-full{
height:120px!important;
border-bottom: 1px solid black;
}
ul.sf-menu > .td-menu-item > a{
line-height: 120px!important;;
}
@media(min-width:768px){
.td-header-style-5 .td-main-menu-logo{
height: 120px!important;
}
.td-header-style-5 .td-main-menu-logo a{
line-height: 120px!important;
}}

As for the featured images, unfortunately you altered the theme width and thus the width of the container for the thumbnails. The theme will not adjust the thumb size. If you alter the theme width you need to adapt every element to the new width as our theme was built with a fixed width and all thumbs have a fixed width as well.
Our theme elements were not meant to be displayed in a stretched row so please do not stretch row and content. Only use the stretch row option.

Thank you!

Post count: 14
jbdesign
#128768
Aug 20, 2016 at 6:43 pm

Hi, thanks.

i edited it a little, so i have the soft shadow under the main menu (&sticky)
the rest i also got done, i put the content in row now.
will there be an update, so the streched content is scaled correctly?

best regards, Jan

Post count: 22421
Bogdan B.
#128914
Aug 22, 2016 at 11:16 am

Hello,

Unfortunately I don’t think so, as our theme uses a fixed width for it’s elements. If we are able to fix blocks on a full width row we will also be able to add a full width theme option, but this is not in any way planned for the moment as all of the theme elements have to be adapted for such an option.

Thank you!

Post count: 14
jbdesign
#129793
Aug 25, 2016 at 6:20 pm

Hello,
thanks for the feedback. now i boxed the content, hopefully there will be an update 😉

another question, i have disabled the logo in the header with this code:

.td-header-style-5 .td-main-menu-logo{
display: none;
}

can i hide it only in normal mode, but sticky menu should show the Logo.
And at the moment the menu-buttons are aligned to the left, can i center them?

have a nice evening, Jan

Post count: 22421
Bogdan B.
#129883
Aug 26, 2016 at 9:21 am

Hello jan,

The menu items are positioned based on the header style that you use. Please choose another header style that has a centered menu if this is what you are after: https://forum.tagdiv.com/header-styles/
If you want to hide the logo, then simply do not add any instead of adding a logo and removing it with css: http://screencast.com/t/UbSeTh81lB8p The sticky menu can use the mobile logo: http://screencast.com/t/8U08kDtW

Thank you!

Viewing 11 posts - 1 through 11 (of 11 total)
The forum ‘Newspaper’ is closed to new topics and replies.
jbdesign
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo