Moving Page Title Block from LEFT to RIGHT?

GK User
Fri Jun 20, 2014 1:44 pm
Hi, can you help me how can I move the Page Title Block from left aligned to right aligned. My logo (round shape) covers it.
Thx,
User avatar
Junior Boarder

GK User
Fri Jun 20, 2014 9:44 pm
If you mean this part » screenshot Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
h2#gkPageTitle.gkPage { text-align: right !important }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Tue Jun 24, 2014 4:26 am
Thanks, thats the one!
And if I'd like to get rid of this title, is there any solution to keep a space holder there (invisible)? Currently, if I switch the title off in the template settings, the page jumps up by its space causing the same problem like the title did with my logo.
Cheers,
User avatar
Junior Boarder

GK User
Wed Jun 25, 2014 9:12 am
Probably it is impossible, even when you live this part and set it CSS to hide it using display: none the browser will hide it with whole padding/margin added to this element so the result will be the same.
User avatar
Platinum Boarder


cron