Close

Top of the Theme... Space too large...

TWatson
11 years ago
#1613 Quote
Avatar
  • 6
How do I get the black navigation bar at the top above the light colored content area?

OR narrow the blue space at the top.

As in the demo.

Also: It seems the site is loading very very slow????

And it is a new site, without products added yet. I added the nop classic theme and 1 slider only. http://shippersmall265.com.mytempweb.com

And; why is there a line under my logo at the top left? It isnt in the png? I made it the same size as the other pic that was there.
Support
11 years ago
#1617 Quote
Avatar
  • Moderator
  • 1044
TWatson wrote:
How do I get the black navigation bar at the top above the light colored content area?


The black navigation bar is not part of the theme. It is added on purpose on our Demo site only.

TWatson wrote:


OR narrow the blue space at the top.


You need to edit the css styles of the theme.
Edit this file Themes\nopClassic\Content\styles.css
By changing the margin from 80px to 40px for example.
Now

.master-wrapper-page {
margin: 80px auto 100px;

Change:

.master-wrapper-page {
margin: 40px auto 100px;

TWatson wrote:

Also: It seems the site is loading very very slow????

And it is a new site, without products added yet. I added the nop classic theme and 1 slider only. http://shippersmall265.com.mytempweb.com


At the time of writing your site seems to be loading just fine.
Please note that the site performance greatly depends on your hosting provider.
It is definitely not from the nopClassic theme, which is basically only css changes to the default nopCommerce.

TWatson wrote:

And; why is there a line under my logo at the top left? It isnt in the png? I made it the same size as the other pic that was there.


We don't see any line under your logo.

Hope this helps!