-
AuthorPosts
-
September 29, 2018 at 6:38 pm #1016122
on my main page, there was one color section that I need to remove.
but If I do that, next products 2 rows are gone in mobile view. (ref. picture name “2”.
as you can see on picture 1, there is space now nothing but took space.
please let me remove.
thanks always Dear!1 : https://drive.google.com/file/d/1qeZg6K77Ts837sAVEVV1P04ZLxhVSe1Z/view?usp=sharing
2 . : https://drive.google.com/open?id=1KJKAV3NAUtA0z_7oL3yKpSWKYxpse9ZD
September 29, 2018 at 7:10 pm #1016134Hey ngavy,
Can you disable caching and minification for now?
Best regards,
VictoriaSeptember 30, 2018 at 8:54 am #1016220Hi. Victoria
I did. but still it shows that I dont want.
Please let me know another method.
Thanks.October 1, 2018 at 7:13 am #1016440Hi,
That is the default content padding. You can adjust it with this css code.
@media only screen and (max-width: 767px) { .content, .sidebar { padding-top: 10px; } }
Best regards,
IsmaelOctober 1, 2018 at 7:36 am #1016447sorry. it is not working.
I put those in the quick CSS in general styling in enfold.
still the same as it used to.
please recheck it. thanks.October 1, 2018 at 8:20 am #1016459Hi,
Did you enable the Performance > File Compression settings? Please disable those options while you’re editing the site.
Best regards,
IsmaelOctober 1, 2018 at 8:35 am #1016463I can not find ” File Compression settings” in the Performance.
could you tell me whichi one?or could you tell me other way to fix it?
cause it seems something related to color section placed above.
cause if I remove coloer section used to be there, It make wrong dispaiy.
if it remains, it is right that should be.
October 1, 2018 at 8:47 am #1016464Hi,
There are two dropdown options under this text:
File Compression
In order to increase the speed of your website you can activate file merging and compression for your CSS and Javascript files. This will reduce and optimize the amount of code loaded.Please note: By default compression is enabled. It is recommended to only disable the feature when you encounter errors (some server environments might cause trouble with active compression) or while you are actively developing your website and are adding new CSS rules or Javascript functions.
Please try to disable those options.
Best regards,
RikardOctober 1, 2018 at 9:19 am #1016478i tryed both enable and disable in General. and I changed CSS again.
still nothing changed. could you look it up? dear
thanks.October 2, 2018 at 7:17 am #1016910Hi,
The stylesheets and scripts are still minified because of the Autoptimize plugin. We disabled it temporarily along with your cache plugin W3 Total Cache. Please enable those plugins back once you’re completely done with the site.
Best regards,
IsmaelOctober 2, 2018 at 10:15 am #1016956I tried again after Ismael responds. but all the same.
I guess you didn’t understand my question.
It seems like this at the moment . ( https://cl.ly/3s3L023a3c2w )
But I want to make 2 colume like this ( https://cl.ly/1H0u3f3S3g2n )
Please let me know what I have to do
Thansks.
October 2, 2018 at 1:41 pm #1017056https://drive.google.com/open?id=1bZN8DrQh0OA-u4dS04hrGP2a5hMoVkaN
the matter is this. with the empty color section btw advanced slider and products section make the right 2 columns.
but if I remove the empty color section, it makes one column.
I want to make without the empty color section and with 2 columns.
Please let me know what to do.
Thanks!October 2, 2018 at 2:05 pm #1017069Hi ngavy,
Please remove the color section and we try to adjust the css for you to have products in two columns on tablet (do you need 2 columns for mobile too)?
Best regards,
VictoriaOctober 2, 2018 at 3:40 pm #1017108i did remove .
sorry. only mobile 2columns.
for desktop, 4 columns.
October 2, 2018 at 4:08 pm #1017132Hi,
Best regards,
VictoriaOctober 2, 2018 at 4:08 pm #1017133Hi,
Best regards,
VictoriaOctober 2, 2018 at 4:09 pm #1017134Hi,
Best regards,
VictoriaOctober 3, 2018 at 4:44 am #1017324Hello.
October 4, 2018 at 8:38 am #1017759any body working on it ?
I need to be solved soon. Please.
October 8, 2018 at 2:42 am #1018756Hi,
This css code should help but it will affect all 1/4 columns.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column.av_one_fourth { margin: 20px 1% 0 0; float: left; width: 49%; } }
Turn on the custom css class field if you want to apply this modification for specific columns.
Best regards,
IsmaelOctober 10, 2018 at 4:28 am #1019731Hello. Ismael. I did what you replied to me.
but I just don’t want to affect on the Footer having 4 columns.
If you have an answer for it, Please let me know.
Thanks.October 10, 2018 at 5:15 am #1019755Hi,
Have you tried adding a custom css class attribute to those columns? Please review the doc that I provided above.
Best regards,
IsmaelOctober 10, 2018 at 5:29 am #1019762Hi. Yes. I edited a custom css class. it worked. but also it worked the footer. so, I want to make the footer previous version. please let me know if you have another css. thanks.
October 11, 2018 at 4:01 am #1020127Hi,
Did you adjust the css modification base on the custom css class attribute? How did you adjust it? The code should look something like this:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .flex_column.yourcustomcssclass { margin: 20px 1% 0 0; float: left; width: 49%; } }
The selector “.yourcustomcssclass” should be replaced with the custom css class attribute.
Best regards,
IsmaelOctober 11, 2018 at 4:17 am #1020135https://drive.google.com/open?id=1x3Eob_ovToym8kvTC1Oauf_xUTgPURnB
See up url image. I changed ‘customcssclass’ but again now working at all. not 2 columns. Please recheck it. Thanks.October 11, 2018 at 4:56 am #1020157Hi,
Instead of adding a custom css class attribute to the columns, I just named the color section “ngavy-coffee” using the Section ID field and then applied it to the css modification above.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #ngavy-coffee .av_one_fourth { margin: 20px 1% 0 0; float: left; width: 49%; } }
Screenshot: https://imgur.com/a/Des4USS
Best regards,
IsmaelOctober 15, 2018 at 1:14 pm #1021562thanks. for your work. thanks
October 15, 2018 at 9:01 pm #1021804Hi ngavy,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.