Mobile max.480 Remove orange post button and reduce grey area

Discussion in 'GeoCraft WordPress Theme' started by jsal2, Oct 8, 2013.

  1. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Hi,
    Based on previous threads, I had followed this suggestion to remove/hide the orange Post/Submit Ad button on the Small Mobile max. width 480 version only - with the following modification to this file :

    /geocrafttheme/css/media-screen.css

    Modification in this section of the file:
    Code:
    @media only screen and (max-width: 480px) {
        #wrap{
            margin-left: 10px;
        }
        .jcarousel-skin-tango .jcarousel-container-horizontal {
            width: 246px;
        }
        .logo{
            text-align:center;
            margin-left: 30px;
        }
        .header_wrapper .header .post_btn{
          display: none;        <<<<<<<<<<<<<<<<<<add display none and comment out lines below
        /*
            margin-top: 10px;
            margin-bottom: 30px;
            margin-left: 60px;  */
        }
    On my dev site, it was fine - but now that I have installed ver. 1.8 to my next site and trying to apply the same modifications, I am seeing the large grey area displayed, presumably where the button would normally be displayed.
    [​IMG] small responsive remove grey.png
    How do I remove this grey area? I can PM you the info to access site if necessary as it is currently in maintenance mode.

    Thank you!
    CJ
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello CJ,

    Please send PM for access detail. I will check and resolve this problem.
     
  3. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    Cool ~ PM and Email sent with details - thanks!
     

Share This Page