Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:43:33+00:00 2026-06-13T20:43:33+00:00

In this web site, www.emblematiq.com , the layout is fluid/liquid. I was looking at

  • 0

In this web site, http://www.emblematiq.com, the layout is fluid/liquid. I was looking at the code but can not seem to figure out how it is achieved. Looks like a fixed width layout with the canvas element having a width of 1180px.

Can’t seem to find

  1. Any media queries in the CSS.
  2. Widths are set with px and not %.
  3. The JavaScript/jQuery involved does not seem to to be related to it.

I am sure I am missing something obvious but for the life of me can’t find the responsible code for it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:43:34+00:00Added an answer on June 13, 2026 at 8:43 pm

    This page uses two systems to achieve “fluid liquid layout” :

    Javascript

    In main.js we can see :

    $(window).bind("smartresize", function( event ) {
        if($("#contactForm")[0]) {enableContact(); if($(window).width() >= 460){doContact();} else {undoContact();}}
        if($("body").hasClass("home")){setTitleHeight();}
    });
    

    The smartresize event is brought by the jQuery smartresize plugin, used to get throttled resize events (to avoid overloading the JS engine).

    This function enables and disables UI elements depending on the window width, and adapts the title height using a custom function making heavy use of jQuery.

    CSS media selectors

    In main.css we can see, for example :

    @media only screen and (max-width:1180px) {body{min-width:944px;}}
    @media only screen and (max-width:944px) {body{min-width:708px;}}
    @media only screen and (max-width:708px) {body{font-size:13px; min-width:472px;}}
    @media only screen and (max-width:472px) {body{font-size:11px; line-height:15px; min-width:236px;}}
    

    These rules set different properties according to the element width.

    See w3.org/TR/css3-mediaqueries/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Referring to this web site http://www.cplusplus.com/reference/std/utility/make_pair/ The std::make_pair has this signature (and possible implementation):
i have an asp.net website http://www.site.com . This web app is also running on
I am making this web site http://www.christopherbier.com/gbg/locations.html In safari on mac the content div
I'm working on this web-site: http://www.justaddsolutions.com/SampleSite/ The main area is meant to be 1024px
Im trying to set up a system similar to this web site http://www.appmakr.com/ My
If there are a number of links to my web site like this: www.domain.com/?linkid=101
This is my URL web site : www.mysite.com. If I want to log in
In the examples offered by the official site http://www.jacklmoore.com/colorbox/example2/ This website http://threadless.com opens in
I'm a programmer, I can build a web site, but the pages looks ugly.
Long time reader, first time poster. Working on a web site at http://www.howardpitch.com/ ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.