Can you center the website title / slogan in a full width layout?


Author Message
HELP ME

Posted: 7/24/2015
Quote message 

No matter the width? Would love if this worked..
 
James G

Posted: 7/25/2015
Quote message 

In the latest version of artisteer, drag the headline and/or slogan to the center of the header.
It will then be centered on all screen sizes.

To get the latest version go here: http://tinyurl.com/q2kofdt
 
HELP ME

Posted: 7/26/2015
Quote message 

Don't really want to pay full price, would rather just fix the style css manually.
 
James G

Posted: 7/26/2015
Quote message 

what version are you using?
do you have a url?
 
James G

Posted: 7/27/2015
Quote message 

okay, just tried in 4.1 and it also centers.
not sure why you are having difficulties.
 
HELP ME

Posted: 7/27/2015
Quote message 

http://kindredkinds.com/

- If you make the website name longer, it runs off. I want it centered, no matter WHAT the name is. I realize I can adjust the left % to fix THIS particular website, but I want it ya know.. working on any and all

Super ugly sorry with lots of css errors still, its not done.

its 4.2 home edition but I'm screwing with the CSS manually a lot.
 
James G

Posted: 7/27/2015
Quote message 

You need to add this to the bottom of the css.

.kxo-headline {
left:33%!important;
}
 
James G

Posted: 7/27/2015
Quote message 

oops, sorry. next time I'll read the entire message.

add this to the bottom of the css.
if you change the font size, font should be centered.

.kxo-headline {
position:relative!important;
display:block!important;
text-align:center!important;
left:0!important;
margin-left:0!important;
}
 
HELP ME

Posted: 7/27/2015
Quote message 

THANK YOU SO MUCH!