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;








0















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>&#x1F4E7</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>&#128222</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>&#x1F4CD</center>.
</span></div></a>

<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>









share|improve this question






















  • 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 divs. 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

















0















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>&#x1F4E7</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>&#128222</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>&#x1F4CD</center>.
</span></div></a>

<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>









share|improve this question






















  • 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 divs. 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













0












0








0








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>&#x1F4E7</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>&#128222</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>&#x1F4CD</center>.
</span></div></a>

<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>









share|improve this question














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>&#x1F4E7</center>.
</span></div></a><a href="tel:<br/><label>Phone:
</label> 07576335122"><div class="phone"><span>.
<center>&#128222</center></span></div></a>
<a href="http://maps.google.com/?q=:<br/>.
<label>Location:</label> Westminster, London, UK"><div
class="location"><span><center>&#x1F4CD</center>.
</span></div></a>

<div class="visit-website"><Visit Website:</div>
<br/><a href="http://nicoscleaningservice.co.uk"
target="_blank">Visit Website</a>






css






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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 your divs. 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 divs. 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 divs. 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 divs. 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












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
);



);













draft saved

draft discarded


















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















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현