Is posible to change the borde width to (width: 980 px 48) see here https://www.dropbox.com/home?preview=Screen+Shot+2016-11-12+at+1.30.53+AM.png
Hello aliou89,
Unfortunately, cannot see your screenshot because I do not have any account to the dropbox and I do not exactly understand what you want to achieve, sorry! Please try to use the Jing to make a screen or any other ways in this regard. Provide more details about what your problem so I can understand it and also, so I will be able to provide a more accurate response.
Thanks for the message!
here the screenshop http://www.screencast.com/t/cEv5db75L i say if Is posible to change the main menu borde width to (width: 980 px 48)
Hello,
If you mean the main menu height, you can increase the main menu font line-height and that will make the main menu wider: http://screencast.com/t/FE8v0AoPaICp
Thank you!
Not font line-height i want to change the menu borde Weight to 980 px 48 the default is of the borde is 1164X48 see here http://www.screencast.com/t/tum0oTmZ
Hi,
I understand now, but doing so you will need to adapt the menu and social icons to display properly in a smaller width. The theme witch is not easily changed as all the theme elements are created on the fixed width.
You can try this css but you need to keep this modification in mind if something goes wron. I have not tested this in every scenario:
.td-header-menu-wrap-full{
width: 980px;
margin-left: auto;
margin-right: auto;
}
.td-header-main-menu{
width: 980px;
}
Thank you!
