Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: Would like max 940px site width #166823
    overachiever
    Member
    Post count: 6

    Thank you Ed, really appreciate the help… feedback has been switched to positive on Themeforest!

    in reply to: Would like max 940px site width #166706
    overachiever
    Member
    Post count: 6

    I appreciate that, thank you.

    in reply to: Would like max 940px site width #166702
    overachiever
    Member
    Post count: 6

    Yes, please ask for the font. I would appreciate that.

    I figured out the 940px code on my own…

    @media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
    }
    }

    @media (min-width: 1200px) {
    .span4 {
    width: 300px;
    margin: 0 auto;
    }
    }

    @media (min-width: 1200px) {
    .span12 {
    width: 940px;
    }
    }

    media (min-width: 1200px) {
    }
    }

    @media (min-width: 1200px) {
    .span8 {
    width: 620px;
    margin: 0 auto;
    }
    }

    @media (min-width: 1200px) {
    [class*=”span”] {
    float: left;
    margin-left: 20px;
    }
    }

    in reply to: Would like max 940px site width #166688
    overachiever
    Member
    Post count: 6

    Mohammad, I see you do not want to help me as you didn’t even answer my question on what font you used for the logo.

    This is a simple CSS request and I will figure it out myself but I am definitely leaving you negative feedback on Themeforest for your failure to provide intelligent support.

    in reply to: Would like max 940px site width #166681
    overachiever
    Member
    Post count: 6

    That does not solve the issue. It still remains larger than 940px. I want full-width(not boxed) layout max container size 940px.

    Also, what is the font you used in the demo logo?

Viewing 5 posts - 1 through 5 (of 5 total)