Hello
Does some one can show me How to make smaller the text on the recently view space and similar product space please? now they are too big, looks bad.
My website is multi vendor 4.2.3
Thank in advance!
Franck
Please change the following style
.product-container {
padding: 15px 0;
}
to
.product-container {
padding: 15px 10px;
}
[quote name='eComLabs' timestamp='1429522285' post='212029']
Please change the following style
.product-container {
padding: 15px 0;
}
to
.product-container {
padding: 15px 10px;
}
[/quote]Dear can you show me in which file that I can find this please? Thank
Go to the theme editor, find the CSS section there and add this rule:
.product-container {
padding: 15px 10px;
}
Default rule should be overrided by this one
[quote name='eComLabs' timestamp='1429617217' post='212196']
Go to the theme editor, find the CSS section there and add this rule:
.product-container {
padding: 15px 10px;
}
Default rule should be overrided by this one
[/quote]Dear Ecomlabs
I have add like this:
.thumbs-wrapper .pict {
height: auto;
margin: 0px 0;
max-width: 100%;
}
td.preview-image a {
padding: 0px 0;
}
.homepage-banners {
margin-top: 6px;
}
.product-container {
padding: 8px 5px;
}
and clear the cach, but it still not work, may be something wrong?
Thank
[quote name='Enew' timestamp='1429637193' post='212269']
Dear Ecomlabs
I have add like this:
.thumbs-wrapper .pict {
height: auto;
margin: 0px 0;
max-width: 100%;
}
td.preview-image a {
padding: 0px 0;
}
.homepage-banners {
margin-top: 6px;
}
.product-container {
padding: 8px 5px;
}
and clear the cach, but it still not work, may be something wrong?
Thank
[/quote]after that, do i need click save or reset CSS?
I do not see new rules in the developer console. You should save them, not reset
[quote name='eComLabs' timestamp='1429692940' post='212340']
I do not see new rules in the developer console. You should save them, not reset
[/quote][color=#282828][font=arial, verdana, tahoma, sans-serif]Dear Ecomlabs[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]I have add like this:[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif].thumbs-wrapper .pict {[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]height: auto;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]margin: 0px 0;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]max-width: 100%;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]}[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]td.preview-image a {[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]padding: 0px 0;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]}[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif].homepage-banners {[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]margin-top: 6px;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]}[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif].product-container {[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]padding: 8px 5px;[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]}[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]and clear the cach, but it still not work, may be something wrong?[/font][/color]
[color=#282828][font=arial, verdana, tahoma, sans-serif]Thank[/font][/color]
Nice posted, Thanks for sharing the useful articles.
[quote name='Enew' timestamp='1429717917' post='212398']
[color=#282828]and clear the cach, but it still not work, may be something wrong?[/color]
[/quote]
Please enable our FTP access so that we can check the issue
Please check now