• Resolved albertoinbox

    (@albertoinbox)


    I’m almost done with my website, started from zero WP knowledge and I’m happy to learn, but no matter which software, I always seem to struggle with the smallest, simplest of things…

    As a designer, I thought I would never see the wicked behavior of tables and cells alignment in different platforms as I did with html, though those days were gone.

    I need help with alignment. I’ve spent over two full days trying to fix this myself. WordPress, customizer, elementor, plugins, widgets, snippets, codes, go figure…my coding knowledge as a designer is very limited.

    I thought a simple horizontal alignment > align right would do it, but I’m in elementor and when I select that for the column nothing happens, no matter which alignment I choose. No alignment option for the widget itself…

    I refuse to fiddle with cell and table padding as it will generate all kinds misbehavior.

    I need this menu aligned to the right of the column! (going mad) While you’re at it would be nice to align the SIGN IN link to the right and center also.

    https://ibb.co/2PQvSfH

    Would be great if there was a solid way to control vertical and horizontal alignment PERFECTLY

    Thank you WP savvy people.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter albertoinbox

    (@albertoinbox)

    Title is wrong: Cant align menu to the RIGHT

    Hi @albertoinbox

    Hmm… by looking at this, it seems to be an Elementor issue, rather than a Blocksy one. You could try arranging the menu using CSS, but you’ll need to make sure you get its ID correctly from the DOM if you change it and the ID regenerates.

    The snippet goes something like this —

    #menu-1-f11cac4 {
      margin-right: unset !important;
      margin-left: auto;
    }

    Hope this helps.

    Thanks!

    Thread Starter albertoinbox

    (@albertoinbox)

    Hi Eduard, thank you for answering both my issues.

    This code works great, thanks.

    I dont plan to change the menu but if I need I will have to, I looked into how to get the DOM ID (had never heard of it) and it seems to be another piece of code, will need time to figure it out. If its simple could you point me in the right direction?

    I got rid of that recaptcha, thank you so much. Having to learn and produce quality finished product at the same time is quite a challenge.

    I’m almost done with my website but I’ll probably run into a few more tricky stuff. Thank you again.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Can’t align menu to the left inside a column’ is closed to new replies.