• Resolved thekatman

    (@thekatman)


    Hi This is a awesome plug-in but I need to move the close button to the left of the bar to prevent it from covering my mobile menu button. I am using the customizr theme in modern(flex-box) mode. I have tried the css solutions posted on this forum but can not get the button to move, but I can hide it completely. When I inspect the element I see float has a line through it. Any help is greatly appreciated.
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    I checked your website and noticed that the close icon is already aligned on the left. Please see the attached screenshot.

    https://www.dropbox.com/s/c197q6orf42k1dd/Screenshot%202018-10-06%2004.55.44.png?dl=0

    I assume you have resolved this issue already. If not please feel free to open this ticket again.

    Thread Starter thekatman

    (@thekatman)

    Thanks for the quick reply. I keep messing with it after I made the original post but never saw the button move (due to VPN caching pages), so deleted all my code and stopped for the day. However after seeing the screenshot you sent I knew something I tried worked so I just went back and figured it out this afternoon. What I did is below tested in Firefox, Chrome, IE:

    #mailchimp-top-bar.mctb-icon-inside-bar .mctb-close {
    position:static;
    float: left!important;
    }

    Thanks again for your help and a great plug-in

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving close button Customizr theme’ is closed to new replies.