CENTER ALIGNMENT ?

Posted in: Newspaper
Post count: 74

I want to align all those menus of the header ( main menu ) to center, in default those are aligned left but I
want to align them to center please make a solution for me.
image :- https://www.screencast.com/t/FxM8e4xuCm0

Post count: 35449

Hi,

The easiest solution for this would be to set a header stile with menu align center like style 8, 10 or multipurpose 2 -> https://forum.tagdiv.com/header-styles/

If you have one of the latest version of Newspaper, you can create your own header with header builder -> https://tagdiv.com/header-main-menu-newspaper-theme/

Thank you!

Post count: 74

Thanks for ur useful answer but i want to set center alignment with this default menu-1 , i want to align them to center in this template ( style head – 1)

Post count: 35449

Hi,

Please try this custom css
.sf-menu{
transform: translateX(22%);
}

Just set the pro-cent number you need to have the menu align to center
https://www.screencast.com/t/qKgSLO48DTMe

Paste the css in Newspaper>Theme panel>Custom code>Custom css

Hope this will help you.
Thanks.

Post count: 74

thanks dear teacher nicely working..thanks again.

Post count: 74

hello hello

after adding your css code my sticy menu gone like this :- https://www.screencast.com/t/i4aba4eVh

how to fix it please solve my problem.

Post count: 35449

Hi,

Re-please the above custom css with this one
.sf-menu{
transform: translateX(35%);
}
.td-affix .sf-menu{
transform: translateX(0%);
}

Thank you!

Post count: 74

thank you sir.

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