All Questions
24 questions
0
votes
2
answers
109
views
I have a html form that is basically vertical but i really have no idea how to make two text fields on the same line
I have a html form that is basically vertical but i really have no idea how to make two text fields on the same line. For example the following form below i want the Size,Width,Height feilds on the ...
0
votes
2
answers
687
views
Floating text to the right side of image
I found a good example of doing this on Stack Overflow and used it with success to build a similar layout for product boxes in this JSFiddle I copied the CSS and HTML almost verbatim to my Wordpress ...
0
votes
1
answer
81
views
align button to text vertically with float
I am trying to align the register button to the vertical middle of the text block in Wordpress. Here is my css:
img.classthumb {
border: 1px solid #d0cccc;
width: 80%;
}
#cldc {
width: 55%;
...
1
vote
1
answer
100
views
horizontal align images html
First off, i'm not really a good coder. I'm an IT but more of an infra guy but i do understand concepts about coding and maybe a bit of a good grasp about it. I am working with my website and it's ...
0
votes
2
answers
126
views
aligning images and paragraphs in pairs in two colums without overlapping images (wordpress)
I have the WYSIWYG-editor from wordpress, where I put in text and images. However, I would like to pull the images to the left of the text (with a negative margin-left), so that I have a column with ...
3
votes
2
answers
155
views
css box 'skips' on second line [closed]
Within a WordPress plugin (own creation) I want to position some WooCommerce category images... but there something strange happens.
Each category box is defined more or less in the following way :
...
-2
votes
1
answer
322
views
Wrong Alignment of Pictures
Hello I have this problem with a photo that is positioned in the middle column. How may I fix this. Also I have to tell you that I'm using WordPress and I'm trying to build this in the Salient theme ...
0
votes
2
answers
582
views
display:inline-block not working?
I'm working on the homepage of this website and trying to get the category divs under the header to display in a grid, with 3 divs per row.
I'm trying to do so using display:inline-block, but I can't ...
2
votes
1
answer
184
views
WordPress float in article
I made a website with WordPress and I have a problem with my float in my article.
http://img4.hostingpics.net/thumbs/mini_756574Capturedcran20141013181858.png
Has you can see, when the sidebar ...
0
votes
2
answers
54
views
CSS positioning issues - floating
I don't know enough about positioning yet to understand why I can't get some text to float up next to a thumbnail. I'm using a wordpress plugin to create a thumbnail of an embedded youtube video, and ...
1
vote
2
answers
80
views
Floating 2 Elements in Unsigned List Side by Side
Floating 2 Elements in Unsigned List Side by Side is not working.
.widget_gdstarrating_star div {
float: right;
}
0
votes
1
answer
283
views
Floating div jumping into place instead of loading in proper spot
I have a div at the top of my page in the header that holds my social media icons and a dropdowncart widget. The problem I'm having is that the my two counters (facebook & twitter) initially load ...
0
votes
1
answer
1k
views
Overlapping content when resizing the browser window
This is my first time posting to the forum and I'm by no means a web developer but I have been learning as I go.
The problem I'm having with is http://www.audiofactory.co.uk.
On some pages there are ...
0
votes
1
answer
1k
views
how to set text scroll behind the image
I am using a custom "pre" tag to create a scrolling text box in wordpress post area.
.entry pre {
max-height: 300px;
overflow: auto;
text-align: left;
width: 616px;
border-width: ...
0
votes
1
answer
39
views
Trouble with divs as image links floated next to eachother
ATTENTION! PROBLEM SOLVED, SOLUTION PASTED BELOW INITIAL QUESTION
on the very top of web page Im working I have on to the left corner a flag (to change language) which I have in a div. On the right I ...