Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
413 views
in Themes by
reopened by

Hello there,

How do I move the close button to the position I'm showing in the picture?

I am using Snowflat theme

Q2A version: 1.8.2

1 Answer

+1 vote
by
selected by
 
Best answer

Follow these steps:

1. Edit file qa-theme/SnowFlat/qa-styles.css

2. Add this at the end of the file:

.qa-notice form p {
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}
by
+1
No. I want to move him where I showed him in the picture.
by
I've just updated your question and my answer :)
by
+1
Thank you. It was perfect. I appreciate you. =)
...