Jump to content

Something wrong with my header


Recommended Posts

  On 10/29/2018 at 6:02 AM, Nishith said:

Hi..

add this code "themes/classic/assets/css/theme.css" approx line no. 7 

#header .header-top {
    padding-bottom: 1.25rem;
    clear: both; //add this code
}

Thanks

Expand  

Thank's very much. It's a little help. Header-top is ok. But I wanted language, log in and cart above line and right side

Edited by szatkidochrztu@o2.pl (see edit history)
Link to comment
Share on other sites

  On 10/29/2018 at 4:36 PM, szatkidochrztu@o2.pl said:

Thank's very much. It's a little help. Header-top is ok. But I wanted language, log in and cart above line and right side

Expand  

 

the same add this "themes/classic/assets/css/theme.css" Or custom.css file
 

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
    clear: both; //add this line
}

Thanks

Link to comment
Share on other sites

  On 10/30/2018 at 12:25 PM, Nishith said:

 

the same add this "themes/classic/assets/css/theme.css" Or custom.css file
 

#header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
    clear: both; //add this line
}

Thanks

Expand  

Thank you very much. It's very nice now, but it's one thing more between header-nav and header-top I have white place. I wanted change background.

It;s my code

#header .header-nav {
    background:url(../img/bg.gif) fixed;
    max-height: 50px;
    clear: both; //add this line
}

#header .header-top {
    background:url(../img/bg.gif) fixed;
    padding-top: 1rem;
    clear: both; //add this code

http://www.szatkidochrztu.com.pl/

Link to comment
Share on other sites

  On 10/31/2018 at 4:00 AM, Nishith said:

Hi...
put this code your custom.css file and remove your code before you have put in custom.css file.
 

#header {
    background:url(../img/bg.gif) fixed;
    color: #7a7a7a;
}
#header .header-nav {
    max-height: 50px;
    clear: both;
}

#header .header-top {
    padding-top: 1rem;
    clear: both;
}

Thanks

Expand  

Thank you very much, now it is perfect.

I have one more question do you know how to make link on the footer to follow us on facebook like this  https://zdrowomania.pl/
This is modul or iframe?

 

 

Link to comment
Share on other sites

  On 10/31/2018 at 2:01 PM, szatkidochrztu@o2.pl said:

Thank you very much, now it is perfect.

I have one more question do you know how to make link on the footer to follow us on facebook like this  https://zdrowomania.pl/
This is modul or iframe?

 

 

Expand  

 

yes there is one module in presashop module name is "Social media follow links" please look your store admin module section

Thanks 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...