• Resolved misterroy

    (@misterroy)


    Hi,

    I love the plugin but i only cant figure out how to align the images on mobile on the right side. So that the menu text is on the right side and the image is on the left side.

    I tried “justify-content: space between” and “Float:right” but this doesnt seem to work.

    • This topic was modified 1 year, 10 months ago by misterroy.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @misterroy,

    Sorry for the delay. Do you still need assistance with that issue?

    Thread Starter misterroy

    (@misterroy)

    @takanakui That would be great.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Cool. The site URL you provided is showing a Plesk page.

    Can you let me know how can I see it?

    Thread Starter misterroy

    (@misterroy)

    Hi Rui,

    The site is back online, i took it offline for the time being.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Thanks. Try to add the code below to the custom CSS. I had to adjust the position of the dropdwon menu icon.

    Clear the browser cache and test again.

    
    .menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
        position: absolute!important;
        right: 20px!important;
    }
    
    .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile {
        right: 90px!important;
     }
    Thread Starter misterroy

    (@misterroy)

    Thank you this fixed it.
    “I had to adjust the position of the dropdwon menu icon”, this is not an issue for me.

    Thank you for your response and help with the issue!

    Plugin Author Rui Guerreiro

    (@takanakui)

    That’s great. Glad I could help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Align image on the right side’ is closed to new replies.