DISPLAY PROBLEMS WITH A WORDPRESS THEME

4 replies
  • WEB DESIGN
  • |
Hi everyone

I have an issue with my theme here: I Married A Fat Bitch where the adsense link ad on the left hand sidebar is encroaching into the post area. I don't know how to move it to the left. Could someone take a look and tell me what I would need to do to get it to stop cutting out some of the words in the text of the posts.

Cheers
Viv
#display #problems #theme #wordpress
  • Profile picture of the author Ross Dalangin
    Can you remove the command <div class="textwidget"> and the </div>
    before and after the google adsense code. And let see what happened. It overlapped because of the size of the google ads since there is a margin on the left.

    Ross
    {{ DiscussionBoard.errors[597626].message }}
    • Profile picture of the author mistyone
      Hi Ross

      Thank you for responding to my post. I can't find the code you are suggesting I remove. Could you give me more specific instructions about where to look for it. I'm sorry but I am a real newb when it comes to this sort of thing but with a good instructor I usually manage to sort things out. I have looked at the code in the widget and also the sidebar.php but I can't see those snippets of code.

      Sorry to be a pain

      Cheers
      Viv
      {{ DiscussionBoard.errors[597667].message }}
  • Profile picture of the author Ross Dalangin
    Since you couldn't see it then just change the figure on the text widget

    Try to go to your theme editor and select the style.css and look for

    .textwidget{

    padding-left:40px;

    text-align:left;

    padding-right:14px;

    color:#FF00FF;

    }
    Change the left padding from 40 to 10. Play around the figure.

    Ross
    {{ DiscussionBoard.errors[598005].message }}

Trending Topics