- Posts: 8
- Thank you received: 0
Pagination and div.mega_logo_p
- Carina Pillay
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
12 years 8 months ago #2076
by Carina Pillay
Pagination and div.mega_logo_p was created by Carina Pillay
Hi,
can someone please help me with this. The page navigation isnt displaying properly, how do i correct this? 70.86.182.52/~icomsaor/index.php/the-news
and how do i remove the div.mega_logo_p, i have a logo which is bigger that the size that is supposed to fit in this box, will this affect the website at all, in terms of the way it displays?
can someone please help me with this. The page navigation isnt displaying properly, how do i correct this? 70.86.182.52/~icomsaor/index.php/the-news
and how do i remove the div.mega_logo_p, i have a logo which is bigger that the size that is supposed to fit in this box, will this affect the website at all, in terms of the way it displays?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2079
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Pagination and div.mega_logo_p
Hi,
For the pagination, edit the css (eg: template.css) and find this code:
add some styling as this:
The logo: you replaced the new logo with larger size, so need change it size declare (layout.css) like this:
Thanks
For the pagination, edit the css (eg: template.css) and find this code:
Code:
.pagination ul li {
display: inline;
margin: 0 5px;
text-align: center;
}
Code:
.pagination ul li {
background: none repeat scroll 0 0 transparent;
display: inline;
float: none;
margin: 0 5px 0 0;
padding: 3px;
text-align: center;
}
The logo: you replaced the new logo with larger size, so need change it size declare (layout.css) like this:
Code:
.mega_logo a.logobox {
background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
display: block;
height: 109px; /* this is new height */
width: 209px; /* this is new width*/
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Please Log in or Create an account to join the conversation.
- Carina Pillay
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 8
- Thank you received: 0
12 years 8 months ago #2097
by Carina Pillay
Replied by Carina Pillay on topic Re: Pagination and div.mega_logo_p
fantastic, thanks, will try this out!
Please Log in or Create an account to join the conversation.
- Carina Pillay
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 8
- Thank you received: 0
12 years 8 months ago #2114
by Carina Pillay
Replied by Carina Pillay on topic Re: Pagination and div.mega_logo_p
thank you very much, changes work. just one more question please, how do I remove the block? I don want the block around my logo
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 8 months ago #2118
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Pagination and div.mega_logo_p
Hi,
you can edit layout.css and change background as this
Thanks
you can edit layout.css and change background as this
Code:
.mega_logo_i {
background: #FFFFFF; /* the original is orange #FF7E00 */
overflow: hidden;
}
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Carina Pillay
Please Log in or Create an account to join the conversation.
- Carina Pillay
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 8
- Thank you received: 0
12 years 7 months ago #2358
by Carina Pillay
Replied by Carina Pillay on topic Re: Pagination and div.mega_logo_p
Thanks for the help! One last question please and i will stop being a pain in the rear 
I want my logo to be larger in size, but everytime i increase the size of the logo, then the whole background increases in size and then it just looks odd having all this white space behind the top menu. How do I enlarge my logo and keep the white background, where both my logo and top menu sit, the same size?
Hope i am making sense?

I want my logo to be larger in size, but everytime i increase the size of the logo, then the whole background increases in size and then it just looks odd having all this white space behind the top menu. How do I enlarge my logo and keep the white background, where both my logo and top menu sit, the same size?
Hope i am making sense?
Please Log in or Create an account to join the conversation.
Time to create page: 0.193 seconds