Hi, im styling my menu how can I align the ddsmoothtmenu below ??? (not in the middle of the image) 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 !
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??
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.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .menu_wrapper { margin-top: 96px; }