473,387 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Using media query and some of my css classes won't move?

I am making a responsive site sandbox.mercomcorp.com
Expand|Select|Wrap|Line Numbers
  1. @media screen and (device-width:800px) and (orientation:landscape)
  2.   {
  3.        html, body {
  4.       background:white!important;
  5.   }
  6.  
  7.      .container
  8.         {
  9.           height:100%;
  10.           width:100%;
  11.           text-align:center;
  12.           background-color:white;
  13.             display:inline-block;
  14.  
  15.         }
  16.       .square
  17.       {
  18.          margin:auto;
  19.           width:10.5em!important;
  20.           text-align:center;
  21.           display:inline-block;
  22.  
  23.         }
  24.  
  25.  
  26.            a.linktext1
  27.         {
  28.           position: absolute !important;
  29.            top: -9999px !important;
  30.            left: -9999px !important;
  31.         }
  32.  
  33.         a.linktext
  34.         {
  35.           color:#464646 ; font-size:18px;
  36.         }
  37.  
  38.         a.linktext2
  39.         {
  40.           color:#464646 ; font-size:18px;
  41.         }
  42.         .socialicons
  43.         {
  44.             z-index:2;
  45.             position:absolute!important;
  46.             top:150px!important;
  47.         }
  48.        #block-172
  49.        {
  50.             position: absolute !important;
  51.            top: -9999px !important;
  52.            left: -9999px !important;
  53.        }
  54. }
Is my css I am trying to pull up .socialicons but it is not moving.
Sep 9 '14 #1
1 1351
nomad
664 Expert 512MB
Hi csmoses:

top:150px!important;

You need to set either margin or padding to make the icon move down.

_damon
Sep 10 '14 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Jimmy Tran | last post by:
Hello, I am doing a bmw tracking project for school using asp and access2000. on my search.asp page, I can search for a particular bmw and order it if i want. It works fine when i do select query...
3
by: GL | last post by:
Hi, Is there a way to add a field to an existing table using a query of some sort (without needing to manually add a field to the table). I know how to do it with a make table query, but I have...
2
by: Don Wash | last post by:
Hi All! I've been searching everywhere for a simple sample of producing a bar graph using CrystalReport by specifying SQL Query, and I've found none of it! I find so many complex samples with so...
6
by: Eduardo78 | last post by:
Ok, I have a Field that has a combination of letter C and a Number that increments by one. example: C1 C2 C3 C4 C5 C6
3
by: Jim Lewis | last post by:
I have read several things that state accessing a Web Service through a Query String should work. However, when I try to execute http://localhost/webservice1/service1.asmx/HelloWorld I get the...
5
by: Alex | last post by:
Hello, Is it possible to have a class that has "readonly" properties for some classes and can be written by others? The reason I want this is that some of my classes need to expose their...
2
by: Alan Roberts | last post by:
How can I expose some classes within my assembly to COM but not others? Thanks Alan
1
by: ThunderMusic | last post by:
Hi, I have many classes a user may need to call methods on my webservice. Some classes are "published" and some are not... I mean, when we do a Web reference from another project, we don't have...
3
by: Goyal | last post by:
I am trying to provide interface between C and C++ files. I am providing wrapper classes. Some classes contain protected members. Please suggest me how to use or ignore these protected members of...
0
by: Peter Herath | last post by:
I want to create a custormizable report . For an example, there's a form with four combo boxes and two of them having database tables columns/field names as values in the combo box(one for select row...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.