Hi,
I think that you want to set that page as a page menu, if is so, then you can do this using our guide https://forum.tagdiv.com/newsmag-page-menu/
If this is not what you mean, please let me knw and please provide some more details an a link where I can see the problem.
Thank you!
Hi,
Please replace the above css with this one
.td-mega-menu-page a:hover {
color: #4db2ec;
}
This should work.
About the menu align only if you chose a different header style -> https://i.imgur.com/E06AoMs.png or with some custom css.
Than you!
Hi,
For that you can use this custom css -> https://i.imgur.com/08argJ4.png
body .td-make-full {
width: 1200px;
}
Just change the width number and the menu will be automatically align left and right.
Thank you!
Hi k.nagesh,
Yes, that can be done, but will be a little difficult, because need to be checked the entire website to look good. Also some elements will not adjust, for example most of the blocks will not adjust.
Now, here is a custom css, that will work for the posts layout:
.single .td-container {
width: 1221px;
}
.single .td-pb-span8 {
width: 66.66%;
}
.single .td-pb-span4 {
width: 33.33%;
}
Thank you!