if something is supposed to be done a certain way to make someones job easier then he is allowed to get upset about it.
Type: Posts; User: Disconnected
if something is supposed to be done a certain way to make someones job easier then he is allowed to get upset about it.
the fluid aspect will bring the sides of your website in, if you don't like that and want it full width then just take fluid out, should you ever run into an issue where you get a scroll bar that...
I'll be on quite a bit from now on but this place is a graveyard all the time
HTML,CSS and JS thread not PHP related
You would want to take this to the wordpress community
please put it in a code box,
what post #2 meant is this:
your css file is located at /css/custom.css : this means you have accessed a css folder to get to this
your image folder might be...
First, why do you have lg and md together they are the same size, take out pull left, col's should automatically align themselves beside each other by default
<div class="row-fluid">
<div class="col-md-12">
Your content
</div>
</div>
is an option but it brings the layout in from the edges if you want to have it full screen and get a scroll bar...
Doubtful, you could add tons of things and not do anything wrong by not responding i assume you mean not dropping down, probably a JS problem make sure you have the scripts properly linked to the...
Can't do anything with out the code
please put this in a code box and next time
<div class="row-fluid">
<div class="col-md-12">
<div class="col-md-3"> <!--accordion-->
</div>
<div class="col-md-6"><!--center-->...
You have no idea, it's been quite some time since i've been here do to certain issues, could you put in a little more detail so I know exactly what your trying to achieve
to make it fixed the class is = fixed-top
Also check out the bootstrap site, under navigation you will see a <ul> tag that wil pull content to the right side of your navigation
Sorry your link doesn;t work
change the # to a period ' . ' and add it like so;
<button class="edit-submitted-eventinformation-when-month">something</button>
ect.
Code should be posted otherwise no one will know whats wrong
Line 1: Set up the container to use responsive layout
Line 2: Give me a heading of 1; or a Title
Line 3: Tell them they can resize the browser and it should fit their phone!
Line 4: We are going...
So I had to google Edge, So.. It's a worst version of IE.. and here I thought they couldn't do any worst, It just seems that Bootstrap 3 has no compatibility for ME or ME doesn't support the content,...
I tried resizing the site, I really don't see whats wrong with it, could you explain in a bit more detail?
Seems like you are using a project as an excuse to me xD
But all you need to do is go on google and search up ajax shopping cart script, learn how it works and use it with the bootstrap framework...
add a class to all your images that pre-define a width and height and it would something like this:
.pred{
width:100px;
height:100px;
}
<img class="pred" src="img_chania2.jpg" alt="Chania">
I am sorry, your site seems to have a few issues.. none of the buttons work for me and all the alignments seem to be off as well as everything looking cluttered
Your welcome, hope it all works out for you
That example was specifically for desktop users, i should have mentioned that as i posted it, i typically take facebooks approach and make a mobile site separate from the actual site (m.sitename.com)...
Hi machine, welcome to the site, there really isnt a community, just me trying to answer questions x.x
So you want the buttons to always be aligned, sounds pretty easy enough
Style:
...