- Posts: 51
- Thank you received: 1
Next - Previous Buttons on category blog
- 
        JTGlenn1
 Inactive member
- 
            
				 Topic Author Topic Author
- Member
- 
              
        Less
        More
        
            
    
        
            
        
                13 years 6 months ago                #16980
        by JTGlenn1
    
    
        
        
    
            
            
            
            
            
                                
    
                                                
    
        Next - Previous Buttons on category blog was created by JTGlenn1            
    
        If you scroll all the way down to the bottom of this page, the navigation links are in bullet form.  Is that how they are supposed to look?
Normally I would expect them to be across the bottom of the page.
Somthing like this...
<<Start <Prev •1 •2 •3 Next> End>>
www.brentwoodchristian.org/index.php/abo...4/communication/news
    
Normally I would expect them to be across the bottom of the page.
Somthing like this...
<<Start <Prev •1 •2 •3 Next> End>>
www.brentwoodchristian.org/index.php/abo...4/communication/news
Please Log in to join the conversation.
- 
        milos
 Support Staff
- 
            
				  
- Moderator
- 
              
        Less
        More
        
            
    
        - Posts: 6899
- Thank you received: 737
            
        
                13 years 6 months ago                #16987
        by milos
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by milos on topic Re: Next - Previous Buttons on category blog            
    
        No, please add this to the file /templates/hot_designnow/css/template_css.css:
    
Code:
.pagination ul {
	padding:0 !important;
	margin:0 !important;
}
.pagination li {
	float:left;
	list-style:none;
	padding:0 10px 0 0 !important;
	margin:0 !important;
}
Please Log in to join the conversation.
- 
        JTGlenn1
 Inactive member
- 
            
				 Topic Author Topic Author
- Member
- 
              
        Less
        More
        
            
    
        - Posts: 51
- Thank you received: 1
            
        
                13 years 6 months ago                #17010
        by JTGlenn1
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by JTGlenn1 on topic Re: Next - Previous Buttons on category blog            
    
        Thanks!!!
Is there anyway to insert an <hr> before the page 1 of 3?
Is there anyway to insert an <hr> before the page 1 of 3?
Please Log in to join the conversation.
- 
        milos
 Support Staff
- 
            
				  
- Moderator
- 
              
        Less
        More
        
            
    
        - Posts: 6899
- Thank you received: 737
            
        
                13 years 6 months ago                #17023
        by milos
    
    
    
            
            
            
            
                                
    
                                                
    
        Replied by milos on topic Re: Next - Previous Buttons on category blog            
    
        You can add the top border:
.pagination ul {
padding:0 !important;
margin:0 !important;
border-top:1px solid #000;
}
.pagination ul {
padding:0 !important;
margin:0 !important;
border-top:1px solid #000;
}
        The following user(s) said Thank You: JTGlenn1     
            Please Log in to join the conversation.
- 
        JTGlenn1
 Inactive member
- 
            
				 Topic Author Topic Author
- Member
- 
              
        Less
        More
        
            
    
        - Posts: 51
- Thank you received: 1
            
        
                13 years 6 months ago         -  13 years 6 months ago        #17032
        by JTGlenn1
    
    
        
        
    
    
            
            
            
            
                                
    
                                                
    
        Replied by JTGlenn1 on topic Re: Next - Previous Buttons on category blog            
    
        Thanks!  Your knowledge amazes me.
I added the border and the line came up right below the Page 1 of 3.
I looked at the source code on the website and figured out there was a class called counter, I added .counter to the sytle sheet and it added just above the Page 1 of 3.
Wasn't sure which would look better, but decided to go with the line above the page #.
Below is the code used for anyone insterested.
}
.counter {
border-top:1px solid #215E21;
}
    
I added the border and the line came up right below the Page 1 of 3.
I looked at the source code on the website and figured out there was a class called counter, I added .counter to the sytle sheet and it added just above the Page 1 of 3.
Wasn't sure which would look better, but decided to go with the line above the page #.
Below is the code used for anyone insterested.
}
.counter {
border-top:1px solid #215E21;
}
        Last edit: 13 years 6 months ago  by JTGlenn1.        Reason: added image    
            Please Log in to join the conversation.
        Time to create page: 0.310 seconds    
    