Tagged: cache plugin, quick css
-
AuthorPosts
-
June 8, 2016 at 4:30 pm #644938
Hi!
How can i decrease the space in the right column of the footer?
The right column shows on of my menus and i would like to decrease the space between each row.thanks,
LironJune 8, 2016 at 9:57 pm #645084Hey tal1234!
Please add the following code, to your CUstom CSS
#footer .flex_column { width: 25% !Important }
and let us know if that helps with your issue
Best regards,
BasilisJune 9, 2016 at 9:26 am #645317Hi,
thanks for helping,
I was asking about the space between the rows (not columns) in “div.menu-contactus-container” (in the footer).
I have 3 columns in the footer. The right one has a title:
“תפריט”
Under this title there are 5 rows – i am trying to decrease the space between them.Thanks,
LironJune 10, 2016 at 5:43 am #646018Boker tov,
Please try the following in Quick CSS under Enfold–>General Styling:
#nav_menu-2 ul li a { padding: 0px 3px 0px 7px !important; }
Thanks,
RikardJune 11, 2016 at 3:26 pm #646561Hi!
Boker tov to you too,
Seems like it was suppose to work.. but i still have this space between them.
I have also tried to change it a bit and still nothing.Any idea why nothing changes there?
Thanks again,
LironJune 11, 2016 at 4:35 pm #646578Hi,
Please try the below css
.widget_nav_menu ul:first-child > .current-menu-item > a, .widget_nav_menu a { display: block; padding:0!important; }
Best regards,
VinayJune 11, 2016 at 5:55 pm #646600this is exactly what i am trying to reach.
I dont know why nothing affects the padding.June 11, 2016 at 7:08 pm #646606Hi,
The code was tested on your site and it should work. I believe it is due to a caching plugin youa re not able to see the css changes. Please disable any caching plugins for testing purpose and clear browser cache it should work.
If you still have any issues Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayJune 13, 2016 at 2:15 pm #647389It worked :)
Thanks!June 13, 2016 at 3:33 pm #647434It worked after i am disabled the caching plugin.
What if i still want to use this plugin? is there any way to see css changes and still use caching plugins?
June 13, 2016 at 4:23 pm #647466Hey!
Please make sure to flush cache after applying custom changes in theme options and it should work. If you are using CSS minifying feature, you can disable it, flush cache and then re-enable it
Regards,
YigitJune 13, 2016 at 4:46 pm #647495it gets worst…
Now i get the 418 unused error.the website isnt down.. just the as admin.
June 14, 2016 at 4:07 pm #648094Hi,
Flushing cache would not cause any issues out of the blue, it would just reflect the changes you have not seen because of caching.
What exactly is the issues you are currently having?Best regards,
YigitJune 19, 2016 at 11:01 am #650400Hi,
Still cant see any quick css changes.i have tried everything you guys recommended.
Is it common that cache plugin makes those problems? any way i can use Enfold’s theme with a cache plugin?thanks
LironJune 20, 2016 at 8:19 pm #651067Hi,
Cache plugins are not development friendly as they do what their name say’s. They simply cache old files and load the same files every time a user request the page. Please disable the plugin if you are making any css changes on the site once all the changes are completed the cache plugins can be enabled so the new changes are visible on the site as well as users can benefit from caching :)
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.