How can change main menu width without using template?

Posted in: Newspaper
Post count: 141

Hello,

Cloud templates are used in many places on the site, including the home page. No template is used for the main menu, for this the default menu structure is used.

On the site, we set the home page width as 1200px. However, the main menu width does not fit perfectly.

Can the width of the main menu be changed to 1200px without using a template?
You can see the situation you want to describe on the main page of our site.

Thank you in advance for your interest and help.
Regards.

Post count: 18283

Hello !

Please use this css code: .td-container, .tdc-row, .tdc-row-composer {
width: 1200px;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 141

Hello again!

This suggestion worked on desktop, but Logo and search button disappeared on mobile. This logo must be clicked to go to the home page on the mobile device. So I had to undo the solution.

What should I do to make this solution work correctly on mobile devices?
Thank you.

  • This reply was modified 5 years by Demir.
Post count: 141

Or, what should I do to make this solution work only on desktop?

Post count: 18283

Hello !

Yes, simply add it here and remove it from the other tab: https://www.screencast.com/t/wliOLqkl

Thank you !

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