-
AuthorPosts
-
July 14, 2016 at 4:40 pm #660932
1. Title and Breadcumb
I wanted to know how I can set the size of the “Title and Breadcrumbs” just like to have it smaler in the hight.
http://www.permatree.org/vision/2. Tab-Titel
How can I sizen up the Tab-Titels?
http://www.permatree.org/vision/ (scroll down).Thank you!
BtinaJuly 14, 2016 at 8:44 pm #661013Hey Bettina!
There are CSS classes you can use for those.
Add the following let us know if it works#top .title_container .container { padding: 0 !important; }
and
Please do let us know if that works out for you
Regards,
BasilisJuly 18, 2016 at 2:06 pm #661964Hi Basilis
Thank you for you’re replay!
Actually it not quite what I wanted ;) I’d like to scale down the section..
Check out my printscreen: http://www.permatree.org/wp-content/uploads/2016/07/title.jpgJuly 18, 2016 at 2:09 pm #661968Hey!
Please add following code to Quick CSS
#top .title_container .container { min-height: 35px; } .title_container { height: 35px; } .title_container .main-title { line-height: 1.3em; }
Best regards,
YigitJuly 18, 2016 at 3:09 pm #662029Hi Yigit
Lookes better but how can I move the copy more up to the middle from the titlebar?
http://www.permatree.org/wp-content/uploads/2016/07/title_1.png
Thx
BtinaJuly 18, 2016 at 3:14 pm #662033For my second quetion; I’d like to have the same fontsize like in the content for the titles > in the tabs.
Check out: http://www.permatree.org/wp-content/uploads/2016/07/tab_title_fontsize.jpg
Thank you
BtinaJuly 18, 2016 at 4:18 pm #662092Hey!
Please add following code to Quick CSS as well
#top .title_container .container { padding: 0; } .js_active .top_tab .tab { font-size: 16px; }
Best regards,
YigitJuly 18, 2016 at 4:34 pm #662101#top .title_container .container { min-height: 35px; } .title_container { height: 35px; } .title_container .main-title { line-height: 1.3em; } #top .title_container .container { padding: 0; } .js_active .top_tab .tab { font-size: 16px; }
Not bad a final thing; moving the titel a bit to the right side… ?
http://www.permatree.org/wp-content/uploads/2016/07/Bildschirmfoto-2016-07-18-um-09.31.37.pngThx!
BtinaJuly 18, 2016 at 4:41 pm #662108 -
AuthorPosts
- You must be logged in to reply to this topic.