• Resolved 3dmaxer

    (@3dmaxer)


    Hi,

    I’m new to wordpress and this plugin, so I’m hoping this is a simple ask…

    How can I get the shopping cart to be right justified in the menu bar instead of being next to the other menu items? I set the “Select the alignment that looks best with your menu.” to “Align Right”, but that had no effect. BTW, I’m using ColorMag for my theme.

    Thanks
    -Bob

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor alexmigf

    (@alexmigf)

    Hello @3dmaxer

    Can you share your store URL to see that?

    Thread Starter 3dmaxer

    (@3dmaxer)

    Plugin Contributor alexmigf

    (@alexmigf)

    Hi @3dmaxer

    Please add the code snippet below under Appearance > Customize > Additional CSS:

    .menu-primary-container {
      width: 100%;
    }
    .wpmenucartli {
      float: right !important;
    }
    Thread Starter 3dmaxer

    (@3dmaxer)

    Thank you alexmigf, that did the trick!

    Plugin Contributor alexmigf

    (@alexmigf)

    You’re welcome ??

    Have a nice day!

    Hi,

    Could you, please, take a look at my website too – https://ecoryad63.ru?

    I’d also like to place the cart icon on the right side of the menu. I tried adding the code below to the Additional CSS section, but it didn’t work.

    .menu-main_menu-container {
      width: 100% !important;
    }
    #wpmenucartli {
    	float: right !important;
    }

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cart icon right justified on menu bar’ is closed to new replies.