Tagged: ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #171398

    Please view the columns misalignment at http://bit.ly/1bBpSLc

    They WERE aligned fine previous to upgrading Enfold from 1.8 to 2.3

    I’m using the Columns Plugin (because it supports nested columns) :
    http://www.codepresshq.com/wordpress-plugins/shortcode-columns/

    #171400

    Hello Michae1!

    Please add following code to Quick CSS in Enfold theme options

    .grid_3 br { display: none; }

    Cheers!
    Yigit

    #171403

    Thanx Yigit,

    Doesn’t seem to work though :( or maybe I have the syntax wrong? Anything else I could try?

    Also, I’m using a child theme, but I don’t see how that would make any difference.

    #171405

    Hello!

    Please try adding !important to it

    .grid_3 br { display: none!important; }

    On top of each column, there is a line break added for some reason. This code should remove them :)

    Cheers!
    Yigit

    #171406

    I tried that immediately after your first code, as “important” is my first goto for trying to fix stuff. Still, no luck.

    #171407

    Hello!

    Can you create a temporary admin login and post here? Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #171408
    This reply has been marked as private.
    #171410

    Strange that there’s no visual difference or “private” tag of any kind . . . makes me nervous, but I just logged out and checked, so it’s ok.

    I would suggest adding some visualization for “private” posts while you’re logged in though too :)

    #171411

    Hey Mike!

    Please check your website and tell if there is something wrong :)

    Cheers!
    Yigit

    #171413

    You fixed it!!! Thank you Yigit!!!!
    I see it was toggle_content br instead. Thanx!!!

    #171415

    Hi!

    You are welcome Mike! Can you please add following page id (i forgot to add it..) in front of the code i added, so other toggle contents will not be effected?

    .page-id-2880

    Regards,
    Yigit

    #171416

    Great, thanx! Will do. Great work! Cheers!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Misaligned Columns’ is closed to new replies.