Hi guys,
I need some help, I was wondering how could I change the "icon element" into a name, e.g. „Main Site” (screen number 1 - red square), and secondly, there's also in issue with content adjusting (screen number 2).
element1.png
element 2.png
Any advice?
navbar 100% width and content 970px
-
I'm trying to get the navbar 100% width but the content of the page must be 970px (or something like that).
How can I do this?
I tried some things in CSS but I can't find it. -
#header-menu > .container { width: 100%; }
-
@PitaJ said in navbar 100% width and content 970px:
#header-menu > .container {
width: 100%;
}Thank you