TGates i hope you don't get annoyed by my forum suggestions as i have two new ones.. 
Does this when using anchor links:
![[Image: VFivnSDm.jpg]](http://i.imgur.com/VFivnSDm.jpg)
Needs to do this:
![[Image: bQtbZBem.jpg]](http://i.imgur.com/bQtbZBem.jpg)
Does this:
![[Image: 0kMmzzgm.jpg]](http://i.imgur.com/0kMmzzgm.jpg)
needs to be:
![[Image: AIiyT4Wm.jpg]](http://i.imgur.com/AIiyT4Wm.jpg)
I have copied a page of the forum and have a fix for both, but of course there can be things changed when i copied them.
So i am not 100% sure it will work without tweaking..
Add also to bottom off http://forums.sentora.org/cache/themes/t...custom.css
	
	
	

- The anchors need an offset because the forum has an fixed navbar. 
 
Does this when using anchor links:
![[Image: VFivnSDm.jpg]](http://i.imgur.com/VFivnSDm.jpg)
Needs to do this:
![[Image: bQtbZBem.jpg]](http://i.imgur.com/bQtbZBem.jpg)
- When the navbar collapses the Sentora logo stays big.
 
Does this:
![[Image: 0kMmzzgm.jpg]](http://i.imgur.com/0kMmzzgm.jpg)
needs to be:
![[Image: AIiyT4Wm.jpg]](http://i.imgur.com/AIiyT4Wm.jpg)
I have copied a page of the forum and have a fix for both, but of course there can be things changed when i copied them.
So i am not 100% sure it will work without tweaking..
Add also to bottom off http://forums.sentora.org/cache/themes/t...custom.css
Code:
/* fixes offset off anchors for screens with full navbar */
:target:before {
  content:"";
  display:block;
  height:78px;
  margin:-78px 0 0;
}
@media (max-width: 767px) {
    /* fixes offset off anchors for screens collapsed navbar */
    :target:before {
      content:"";
      display:block;
      height:50px;
      margin:-50px 0 0;
    }
    /* fixes logo size with collapsed navbar */
    .navbar-brand img{
        transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
          margin-top: -22px;
    }
}●
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.
● My Sentora Demo ● My Github ● Auxio Github ●
● Zentora theme ● S-Type theme ● CstyleX theme ●
● flat-color-icons ● small-n-flat-icons ●
●
Sentora's development takes way too long, so i'm transitioning to HestiaCP.

 

 


 
	 
  
	 please start a new topic when asking questions. And your topic has nothing to do with this post.
 please start a new topic when asking questions. And your topic has nothing to do with this post.
	