STYLING #menu .ddsmoothmenu and #post_add_btn

Discussion in 'ClassiCraft WordPress Theme' started by pegasus6464, Oct 9, 2013.

  1. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    Hi, im styling my menu how can I align the ddsmoothtmenu below ??? (not in the middle of the image)

    [​IMG]

    2) And also I see some bugs with the post_add_btn in responsive design:

    is there any way to solve it??? Its button chopped ! :)
    [​IMG]
     
  2. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    Im trying to hide it

    @media only screen and (max-width: 480px) {
    .header_wrapper .header .post_btn{
    display: none !Important;
    }}


    but always appears , how can I hide the button in mobile devices?? :)
     
  3. Nitesh

    Nitesh Support Staff

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

    For button issue. Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px) {
    .header_wrapper .header .post_btn .btn_center {
    display:none!important;}
     
    .header_wrapper .header .post_btn .btn_right {
    display:none!important;}
     
    .header_wrapper .header .post_btn .btn_left {
    display:none!important;}}

    For menu issue.
    please do let me know your webtite link.
     
  4. pegasus6464

    pegasus6464 Member

    Joined:
    Sep 9, 2013
    Messages:
    68
    Likes Received:
    5
    My site is www. tuguiaencastellon . es / anuncios THANKS!
     
  5. Nitesh

    Nitesh Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .menu_wrapper {
    margin-top: 96px;
    }
     

Share This Page