Home › Forums › All Other Themes › Theme Music Band
- This topic has 6 replies, 3 voices, and was last updated 6 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 17, 2018 at 11:05 am #101448
Hello
I have a question. Related to how you helped with my previous queries in https://www.sktthemes.org/forums/topic/st-magazine-pro/page/2/#post-101447.
1. Now when i add another page there’s a massive gap underneath the menu.
2. Then the menu is on the right again not the centre.If you take a look at http://ourphonebook.co.za/student-area/ you will see
This is all i have in the Custom CCS section
@media screen and (max-width:479px) {
.head-info-area .right { text-align:center;}
.logo img { width:100% !important;}
}
#footer h3::after {border-bottom-color:#00afb8;}
@media screen and (max-width:479px) {
.head-info-area .left { display: none;}
.head-info-area .right { margin:0;}
.head-info-area .right p { margin: 0;}
.logo img { margin-top:0;}
}
@media screen and (max-width:479px) {
#simple-menu { top:85px;}
#simple-menu .fa-bars { color:#ffffff !important;}
}
.has_trans_header.home #topmenu { vertical-align: initial; float: right; text-align:center; width: 100%;}
.thn_post_wrap h1 { display: none;}Thank you so much
May 17, 2018 at 12:35 pm #101457May 18, 2018 at 8:14 am #101494Kindly go to Appearance » Customize » Basic » Scroll down to find Custom CSS and paste below code there:
#topmenu{ vertical-align: initial; float: right; text-align: center; width: 100%; }
To remove gap below menu kindly go to Appearance » Customize » Post & Page » Page Header Settings and turn on Hide Page Header.
Regards,
ShriMay 22, 2018 at 8:39 am #101587Hello
I dont know what happened now, i didnt change anything and the pages all moved up which includes the front page. The front page is now under the menu. I tried to do the changes that you gave above but it didnt change anything
May 23, 2018 at 7:59 am #101624Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
body .header_wrap .header, body.home.has_trans_header .header { position:relative !important;}
Regards,
DaveMay 24, 2018 at 8:50 am #101708Thank you so much. That worked
Have a nice day
May 24, 2018 at 10:15 am #101733Great.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.