TOPIC: Pagination and div.mega_logo_p

Pagination and div.mega_logo_p 10 years 7 months ago #2076

  • hailey18
  • hailey18's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
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?
The administrator has disabled public write access.

Pagination and div.mega_logo_p 10 years 7 months ago #2079

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

For the pagination, edit the css (eg: template.css) and find this code:
.pagination ul li {
    display: inline;
    margin: 0 5px;
    text-align: center;
}
add some styling as this:
.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:
.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/
The administrator has disabled public write access.

Re: Pagination and div.mega_logo_p 10 years 7 months ago #2097

  • hailey18
  • hailey18's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
fantastic, thanks, will try this out!
The administrator has disabled public write access.

Re: Pagination and div.mega_logo_p 10 years 7 months ago #2114

  • hailey18
  • hailey18's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
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
The administrator has disabled public write access.

Re: Pagination and div.mega_logo_p 10 years 7 months ago #2118

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
you can edit layout.css and change background as this
.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 administrator has disabled public write access.
The following user(s) said Thank You: hailey18

Re: Pagination and div.mega_logo_p 10 years 6 months ago #2358

  • hailey18
  • hailey18's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
  • Karma: 0
Thanks for the help! One last question please and i will stop being a pain in the rear B)

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?
The administrator has disabled public write access.
Time to create page: 0.096 seconds