Results 1 to 1 of 1

Thread: Styling for html tag and admin bar in Vantage- Add Margin

  1. #1
    Thread Starter
    Expired Customer mrddr3's Avatar
    Join Date
    Feb 2014
    Location
    United States
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Styling for html tag and admin bar in Vantage- Add Margin

    This question is similar to the thread found here.

    Here is my problem: I noticed that Vantage adds about 32px worth of margin for the entire page to accommodate for the admin bar across the top. I am trying to ADD more margin to the admin bar space. The styling for the space is done in the header, and it seems like the code comes from another file in some way (using the wp_head action hook). Can somebody... ANYBODY... please tell me where to find the code that generates the styling for admin bar margin?

    Here is what is in the header:

    Code:
    <style type="text/css" media="screen">
    	html { margin-top: 32px !important; }
    	* html body { margin-top: 32px !important; }
    	@media screen and ( max-width: 782px ) {
    		html { margin-top: 46px !important; }
    		* html body { margin-top: 46px !important; }
    	}
    </style>
    Any help finding the source of this code is appreciated.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Dimitris Styling Classipress and Clipper the same as Vantage
    By fjmondill in forum Help Using ClassiPress
    Replies: 1
    Last Post: March 9th, 2013, 09:46 AM
  2. inline styling in the <html> tag
    By korrigan in forum Vantage General Discussion (Legacy)
    Replies: 4
    Last Post: December 9th, 2012, 02:12 AM
  3. inline styling in the <html> tag
    By korrigan in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: December 3rd, 2012, 05:23 AM
  4. Multisite Classipress Admin Styling Gone
    By spencerb in forum Help Using ClassiPress
    Replies: 1
    Last Post: September 10th, 2011, 09:05 PM