Jump to content

Something wrong with my header


Recommended Posts

10 hours ago, 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

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 [email protected] (see edit history)
Link to comment
Share on other sites

19 hours ago, [email protected] 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

 

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

2 hours ago, 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

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

9 hours ago, 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

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

5 minutes ago, [email protected] 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?

 

 

 

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...