Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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,
    Liron

    #645084

    Hey 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,
    Basilis

    #645317

    Hi,
    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,
    Liron

    #646018

    Boker 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,
    Rikard

    #646561

    Hi!

    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,
    Liron

    #646578

    Hi,

    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,
    Vinay

    #646600

    this is exactly what i am trying to reach.
    I dont know why nothing affects the padding.

    #646606

    Hi,

    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,
    Vinay

    #647389

    It worked :)
    Thanks!

    #647434

    It 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?

    #647466

    Hey!

    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,
    Yigit

    #647495

    it gets worst…
    Now i get the 418 unused error.

    the website isnt down.. just the as admin.

    #648094

    Hi,

    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,
    Yigit

    #650400

    Hi,
    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
    Liron

    #651067

    Hi,

    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

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.