MyBB Community Forums

Full Version: Square Theme Questions (by eNvy)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2015-01-27, 04:30 PM)eNvy Wrote: [ -> ]1) It's the SCEditor, not a thing from the theme (I change the font in all the template to use the custom one).
2) It's supposed to be aligned to the left or right, because I used lists to display and align the links. Can you give me your forum URL so I can check the code ?

1) but its possible right ? can you tell me how ?
2) http://www.irandeliver.com/forum/  

Many thanks
Inside square.css, search this:

.one h3 {
font-size: 19px;
color: #FAFAFA;
margin: 20px 0;
}

And add this:

text-align: right;

Search this:

.three h3 {
font-size: 19px;
color: #FAFAFA;
margin: 20px 0;
}

And add this:

text-align: right;

Now search this:

.three ul {
margin: 0;
padding: 0;
}

And add this:

text-align: right;

And finally, search this:

.two ul {
margin: 0;
padding: 0;
}

And add this:

text-align: right;

That's all =)

P.D.: Please, don't remove the credits in the footer, it's the only thing I ask to the people who uses my themes, thanks.
(2015-01-27, 06:18 PM)eNvy Wrote: [ -> ]Inside square.css, search this:



.one h3 {
font-size: 19px;
color: #FAFAFA;
margin: 20px 0;
}

And add this:



text-align: right;

Search this:



.three h3 {
font-size: 19px;
color: #FAFAFA;
margin: 20px 0;
}

And add this:



text-align: right;

Now search this:



.three ul {
margin: 0;
padding: 0;
}

And add this:



text-align: right;

And finally, search this:



.two ul {
margin: 0;
padding: 0;
}

And add this:



text-align: right;

That's all =)

P.D.: Please, don't remove the credits in the footer, it's the only thing I ask to the people who uses my themes, thanks.


Hey,
Thank you so much it Worked.
First I didn't remove the credits it should be done by the one who made it RTL you can  give me the code and I will gladly add it to footer.

another question,
How to fix the preview position Check the SS

PS: no idea about the size and font inside the SCEditor ?


thanks again
I have no idea, the tipsy its from a tutorial here on MyBB, and SCEditor I don't know, maybe you need to search inside de js of the SCEditor, I really don't know.

Greetings.

P.d.: I don't know who made the RTL version, but he clearly remove the credits from the footer, and I don't know why =/.
(2015-01-27, 07:50 PM)eNvy Wrote: [ -> ]I have no idea, the tipsy its from a tutorial here on MyBB, and SCEditor I don't know, maybe you need to search inside de js of the SCEditor, I really don't know.

Greetings.

P.d.: I don't know who made the RTL version, but he clearly remove the credits from the footer, and I don't know why =/.

Tnx again buddy

How to reduce the space between forums in index ?


PS: I added the credits Smile
You mean from one category to another or the height of each forum?
(2015-01-28, 12:15 PM)eNvy Wrote: [ -> ]You mean from one category to another or the height of each forum?

from one to another
Edit the template: forumbit_depth1_cat

Down below all the template you will see something like this:

<br >

Delete that.

Now go to Square.css, search this:

.theadend {
  	height: 3px;
  	background: #003965;
}

Add this:

margin-bottom: 5px;
Pages: 1 2 3