Tagged Questions
0
votes
0answers
22 views
Initial Loading Problems on Website [closed]
I'm having issues with my website's loading. Here's the link: filmblurb.org When you point to the URL in the browser and it initially loads, the CSS looks glitchy, the text and images look funny and ...
1
vote
2answers
62 views
How to hide a piece of code from a wordpress web page?
I installed a plugin called Sociable on my Wordpress website. It displays social media share icons below each blog post, but on my website it's also showing up in the footer. Like here ...
2
votes
1answer
46 views
css issue in wordpress
I am using a WordPress plugin and it has collapse arrows in the option.
However, by default the word press theme has bluestar(*) being used for ul.
In the page http://everything-evans.com/, on the ...
0
votes
1answer
58 views
Wordpress CSS formating issue
A don't understand why the sidebar of my Wordpress blog does not have consistent formatting for H3 tags.
There are two PHP-generated un-styled H3 tags in the sidebar, followed by my own manual H3 ...
1
vote
1answer
251 views
issue with wordpress theme background on widescreen computers
I am using the theme irresistible and I wanted to a add a picture of the person who i am building the site for, however normally the background css uses repeat, but i dont want their picture to repeat ...
1
vote
2answers
2k views
Slideshows in elastic or fluid layouts?
I'm building a new WordPress TwentyTen child theme using the ElastiCSS framework ( http://elasticss.com/ ) and am trying to figure out the best way of using some sort of dynamic content slideshow.
...
2
votes
2answers
188 views
How to use CSS to get 5 buttons aligned like this [closed]
I'm struggling to get a design like I put in this image in CSS.
I'm using wordpress, and my theme just adds a full image to the top, I would like to make the most of space.
...
0
votes
2answers
168 views
How to change CSS in a child theme? [closed]
I want to change tweentyten style.css so that this:
#content img {
margin: 0;
height: auto;
max-width: 640px;
/*width: auto;*/
}
Will be the case (instead of the width being ...