Need help in the MagPress.com theme

Discussion in 'HTML & Website Design' started by China_girl, Jul 19, 2011.

  1. #1
    Hi friends,

    Here on my medical students blog, I am using the MagPress.com theme. I am trying to remove the tag option to be displayed after the title as I have more than 20 tags and it looks weird on my blog on each article.

    I also want to remove the category option displayed just below the title of my blog, it is taking lot of space.

    If anyone can help me out in this, will be much appreciated :)

    Thanks.
     
    China_girl, Jul 19, 2011 IP
    sawz likes this.
  2. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #2
    It would be easy just remove the code from the header.php which displays category i.e wp_list_categories(); and remove the_tags(); code from your index.php , archive.php and any other file which shows tags under title...
     
    harry.singh, Jul 20, 2011 IP
    China_girl likes this.
  3. China_girl

    China_girl Well-Known Member

    Messages:
    4,095
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #3
    Thank you very much one rep added too :)
    Also one more question : The banner which I have posted just now, I wanted as the complete header, instead of half of the header, can you help ?

    Thanks again.
     
    China_girl, Jul 22, 2011 IP
  4. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #4
    That is also simple just have to do small change in your style.css .

    Find #siteinfo and #topbanner and remove float and width from both. You will get full width with that. Right now the banner is aligned towards right you can adjust that according to your needs , just make changes to text-align for #topbanner
     
    harry.singh, Jul 23, 2011 IP
  5. China_girl

    China_girl Well-Known Member

    Messages:
    4,095
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #5
    Thank you very much for your info, it was difficult but I got it rectified as I had to remove some stuff from header.php too. However now the banner is left aligned, can you tell me how to do it in center. Thanks again.
     
    China_girl, Jul 23, 2011 IP
  6. Mafishioso

    Mafishioso Well-Known Member

    Messages:
    199
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #6
    Try setting the left and right margin to auto:
    ex
    .banner {
    margin-left: auto;
    margin-right:auto;
    }

     
    Mafishioso, Jul 24, 2011 IP
  7. harry.singh

    harry.singh Active Member

    Messages:
    38
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    98
    #7
    In your #topbanner you have entered text-align:auto; just replace it with text-align:center; that will do the job.....
     
    harry.singh, Jul 24, 2011 IP
  8. China_girl

    China_girl Well-Known Member

    Messages:
    4,095
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #8
    Great... thanks again. Harry.singh :)
    +rep has been given for your help and efforts, xoxoxo
     
    China_girl, Jul 24, 2011 IP