badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 3,480 total)
  • Author
    Posts
  • in reply to: How to float menu on the right side #28596

    Hi Edinahofer,

    To make the logo close with the image slider on the left side and so also the menu and also to remove the white space Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap .container {
        max-width: 98%;
    }
    .search-toggle {
        margin-top: 29px;
    }
    #search-box {
        top: 70px;
    }
    #access a {
        height: 41px;
        padding: 19px 0 0;
    }
    #site-logo {
        margin-top: 4px;
    }
    .search-toggle {
        margin-top: 19px;
    }
    #access ul li ul {
        top: 60px;
    }

    Thank you!

    in reply to: Add a line to show website uses cookies #28591

    Hi Bkchua,

    You can Google for that and sure you will find the notification plugin.

    Thank you!

    in reply to: Menu not showing up on mobile #28588

    Hi Krishnanand,

    Did you customize any code?
    Also try re-installing the fresh copy of the theme in your site.

    Thank you!

    in reply to: Eliminating Column Between Left Side Bar and Main Content #28584

    Hi Tomstrain,

    To eliminate the space between the left sidebar and the main content first remove the CSS code that you have edited in the main style.css and Go to Appearance -> Theme Options/Customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #primary {
        width: 76%;
    }
    #secondary {
        width: 20%;
    }
    @media only screen and (max-width: 1078px) {
    	#primary, #secondary {
    	   width: 100%;
    	}
    }

    Thank you!

    Hi mail5,

    So you want to hide the footer widget columns to achieve that could you please provide us your site URL? So that we can provide you a exact CSS code.

    Thank you!

    in reply to: Footer menu #28562

    Sorry! We missed one line and edited the above CSS code please replace previous code with above one.

    Thank you!

    in reply to: The new update of attitude pro 2.0 theme zip file dosnt work… #28561

    Great !

    We have spend lots of time and efforts to develop this theme available free/premium for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you!

    in reply to: Menu displayed twice #28560

    Great ! If you got any issue then let us know.
    Have a great day.

    Thank you!

    in reply to: Cannot Click Submenu #28559

    Great !

    We have spend lots of time and efforts to develop this theme available free for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/attitude
    We really appreciate your rating.

    Thank you!

    in reply to: Change format in WP.com app #28558

    Hello,

    Sorry! WordPress.org and WordPress.com is different you can not use .org themes in .com.
    In WordPress.com you have to use the theme from it’s own theme directory only.

    Thank you!

    in reply to: How to float menu on the right side #28556

    Hi Edinahofer,

    To float the menu on the right side and the Logo on the left side Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
        float: right;
    }
    .hgroup-right {
        float: left;
    }
    @media only screen and (max-width: 767px) {
        .menu-toggle {
            float: left;
        }
    }

    Thank you!

    in reply to: Input field size being ignored #28554

    Yes you have to edit that CSS code to set the size of a form input field and textarea.
    Please edit it via Custom CSS option so that your CSS code will not be lost each and every time you update the theme.

    Thank you!

    in reply to: Menu not showing up on mobile #28553

    Hi krishnanand,

    Please try deactivating plugin one by one. May some plugin conflict the menu script.

    Thank you!

    in reply to: Slider Content #28550

    Hi Brian,

    To remove the slider content login to your WP dashboard and go to the Appearance > Customize > Ambition Theme Option > Custom CSS then paste the following CSS code and Click on Save & Publish button.

    .featured-text .featured-content {
        display: none;
    }

    We have spend lots of time and efforts to develop this theme available free/premium for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Footer menu #28549

    Hi Jeremy,

    Login to you WP dashboard and go to the Appearance > Customize > Ambition Theme Option > Custom CSS then paste the following CSS code and Click on Save & Publish button.

    #colophon .widget_nav_menu {
        text-align: center;
    }
    #colophon .widget_nav_menu li {
        display: inline;
        float: none;
    }

    Also please edit or customize the CSS code via Custom CSS option as above OR do create child theme to customize the main CSS code.
    If you edit the main CSS code directly in style.css file then you will lost your edited code after you update the theme and you will have to edit it again and again each and every time you update the theme.

    Thank you!

Viewing 15 posts - 2,821 through 2,835 (of 3,480 total)