How to move buttons up and down the page?How to horizontally center a <div>?How to align checkboxes and their labels consistently cross-browsersHow to make div not larger than its contents?How do I give text or an image a transparent background using CSS?How to disable text selection highlighting?How to make a div 100% height of the browser window?How can I transition height: 0; to height: auto; using CSS?How to disable resizable property of textarea?How do CSS triangles work?How do I vertically center text with CSS?
Substring join or additional table, which is faster?
How to make a not so good looking person more appealing?
Will casting a card from the graveyard with Flashback add a quest counter on Pyromancer Ascension?
Can multiple outlets be directly attached to a single breaker?
What was the ring Varys took off?
"The van's really booking"
Extract the characters before last colon
Is there an academic word that means "to split hairs over"?
Should generated documentation be stored in a Git repository?
Can my Serbian girlfriend apply for a UK Standard Visitor visa and stay for the whole 6 months?
Given 0s on Assignments with suspected and dismissed cheating?
Automation Engine activity type not retrieving custom facet
Polynomial division: Is this trick obvious?
Should I communicate in my applications that I'm unemployed out of choice rather than because nobody will have me?
Formal Definition of Dot Product
Alias for root of a polynomial
Were any toxic metals used in the International Space Station?
Show solution to recurrence is never a square
How to continually let my readers know what time it is in my story, in an organic way?
Offered a new position but unknown about salary?
Will the volt, ampere, ohm or other electrical units change on May 20th, 2019?
Is there any good reason to write "it is easy to see"?
Is it safe to use two single-pole breakers for a 240 V circuit?
Where to find every-day healthy food near Heathrow Airport?
How to move buttons up and down the page?
How to horizontally center a <div>?How to align checkboxes and their labels consistently cross-browsersHow to make div not larger than its contents?How do I give text or an image a transparent background using CSS?How to disable text selection highlighting?How to make a div 100% height of the browser window?How can I transition height: 0; to height: auto; using CSS?How to disable resizable property of textarea?How do CSS triangles work?How do I vertically center text with CSS?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have four buttons, each with an individual div class. The problem is that they don't seem to respond to obvious selectors.
I tried, for example:-
@media (max-width:1920) and (min-width: 769) .visit-
website margin-top: 50px!
important;
Nothing.
Html:
<div class="awpcp-subtitle">Contact Information</div>
<a href="https://adsler.co.uk/wp-user-test-dashboard-
2/awpcp-reply-to-ad/22/nicos-cleaning-service/"><div
class="email"><span><center>📧</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>📞</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>📍</center>.
</span></div></a>
<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>
css
|
show 16 more comments
I have four buttons, each with an individual div class. The problem is that they don't seem to respond to obvious selectors.
I tried, for example:-
@media (max-width:1920) and (min-width: 769) .visit-
website margin-top: 50px!
important;
Nothing.
Html:
<div class="awpcp-subtitle">Contact Information</div>
<a href="https://adsler.co.uk/wp-user-test-dashboard-
2/awpcp-reply-to-ad/22/nicos-cleaning-service/"><div
class="email"><span><center>📧</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>📞</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>📍</center>.
</span></div></a>
<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>
css
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of yourdiv
s. You also have a typo, an extra<
:<div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.
– lurker
Mar 23 at 14:29
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Have 3 others....
– Ads
Mar 23 at 14:35
|
show 16 more comments
I have four buttons, each with an individual div class. The problem is that they don't seem to respond to obvious selectors.
I tried, for example:-
@media (max-width:1920) and (min-width: 769) .visit-
website margin-top: 50px!
important;
Nothing.
Html:
<div class="awpcp-subtitle">Contact Information</div>
<a href="https://adsler.co.uk/wp-user-test-dashboard-
2/awpcp-reply-to-ad/22/nicos-cleaning-service/"><div
class="email"><span><center>📧</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>📞</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>📍</center>.
</span></div></a>
<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>
css
I have four buttons, each with an individual div class. The problem is that they don't seem to respond to obvious selectors.
I tried, for example:-
@media (max-width:1920) and (min-width: 769) .visit-
website margin-top: 50px!
important;
Nothing.
Html:
<div class="awpcp-subtitle">Contact Information</div>
<a href="https://adsler.co.uk/wp-user-test-dashboard-
2/awpcp-reply-to-ad/22/nicos-cleaning-service/"><div
class="email"><span><center>📧</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>📞</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>📍</center>.
</span></div></a>
<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>
css
css
asked Mar 23 at 14:25
AdsAds
84
84
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of yourdiv
s. You also have a typo, an extra<
:<div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.
– lurker
Mar 23 at 14:29
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Have 3 others....
– Ads
Mar 23 at 14:35
|
show 16 more comments
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of yourdiv
s. You also have a typo, an extra<
:<div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.
– lurker
Mar 23 at 14:29
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Have 3 others....
– Ads
Mar 23 at 14:35
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of your
div
s. You also have a typo, an extra <
: <div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.– lurker
Mar 23 at 14:29
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of your
div
s. You also have a typo, an extra <
: <div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.– lurker
Mar 23 at 14:29
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Have 3 others....
– Ads
Mar 23 at 14:35
Have 3 others....
– Ads
Mar 23 at 14:35
|
show 16 more comments
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55314709%2fhow-to-move-buttons-up-and-down-the-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55314709%2fhow-to-move-buttons-up-and-down-the-page%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I don't see any "buttons". Do you mean links? Your CSS selector doesn't apply to any of your links. It's only calling out the class of one of your
div
s. You also have a typo, an extra<
:<div class="visit-website"><Visit Website:</div>
. Finally, try formatting your HTML more sensibly (indentation, new lines). It will be a lot easier to read, understand, and update, and certainly more easy for others to follow.– lurker
Mar 23 at 14:29
It's complicated. My source html isn't accessible and posted html is only the result of source code. But thanks for your advice
– Ads
Mar 23 at 14:32
Links then, whatever. Each link has a background color which looks like button. Want to target this. Icon for button can be adjusted later with line height
– Ads
Mar 23 at 14:33
Example given only for one 'link'
– Ads
Mar 23 at 14:34
Have 3 others....
– Ads
Mar 23 at 14:35