badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,346 through 3,360 (of 3,476 total)
  • Author
    Posts
  • in reply to: Theme conflict with Content Protector #11824

    Hi Phuong,

    Please add below CSS code in custom CSS.

    #content-protector-password-M {
        width: 50%;
    }

    Thank you!

    in reply to: Margins/Paddings off and not equally centered #11821

    Hi the goddess,

    Sorry! You have customize the code and the site layout is totally different to our theme Attitude. All the gaps are equal and perfect in our Attitude demo.

    Thank you!

    in reply to: Header Logo #11754

    Hi John,

    You have set the header image with black background. We haven’t seen any white background in your logo. Did you solve your issue OR still need help.

    Thank you!

    in reply to: Slider Dots : show on PC-web, hid on SmartPhone-web #11753

    Hi Brett,

    To hide the dots from the slider on smaller devices Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (max-width: 767px) {
    	#controllers {
    		display: none;
    	}
    }

    Thank you!

    in reply to: featured post text #11752

    Hi Simon,

    To make the featured post text size bigger Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-text .featured-content {
        font-size: 15px;
    }

    and to make post text and title to the left Go to Appearance -> Theme Options -> Slider Options Tab -> Slider Options. There you can see the option Featured Text Position. Click on left option and Click on save all changes button.

    Thank you!

    in reply to: How do I make the dropdown menu smaller? #11751

    Hi Smthep,

    To make the drop down menu smaller Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
        width: 230px;
    }
    #access ul li ul li a,
    #access ul li.current-menu-item ul li a,
    #access ul li ul li.current-menu-item a,
    #access ul li.current_page_ancestor ul li a,
    #access ul li.current-menu-ancestor ul li a,
    #access ul li.current_page_item ul li a {
        font-size: 15px;
    }
    #access ul li ul li ul {
        left: 230px;
    }

    Thank you!

    in reply to: Title problems #11750

    Hi Ramses,

    To centered the site title 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: none;
        text-align: center;
        width: 100%;
    }

    Thank you!

    in reply to: Menu on iPhone #11749

    Hi fsteinhauser,

    We have replied to your issue via email.
    Hope you have got it.

    Thank you!

    in reply to: Menu under Logo #11748

    Hi Alice,

    To make the menu below to the logo Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-right {
        clear: both;
        float: none;
    }

    Thank you!

    in reply to: Allow lowercase letters in Page title? #11747

    Hi Phuong,

    To make title lowercase Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        text-transform: inherit;
    }
    
    @media only screen and (max-width: 767px) {
    	#access select {
    		text-transform: inherit;
    	}
    }

    Thank you!

    in reply to: Disable Responsive Mobile layout #11746

    Hi Maximillian,

    To disable mobile responsive layout delete all the responsive css code from the style.css file.
    Please find the below text in style.css and delete all the responsive CSS code under this text.

    /* =Responsive Structure
    ----------------------------------------------- */
    /* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */

    and also find below code in the library -> structure -> header-extensions.php file

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    then replace with below code

    <meta name="viewport" content="width=1078" />

    Please make sure that above code will be removed if you update the theme.

    Thank you!

    in reply to: Menu on iPhone #11664

    You can send a private message in [email protected] with this forum link.

    Thank you!

    in reply to: Attitude Pro Slider Issue #11663

    Hi outsmarts,

    Could you please provide us your site url so that we can see the issue and solve it?

    Thank you!

    in reply to: Change hover color of title text #11662

    Could you please provide us your site url with specifying the title so that we can give you a exact CSS code to change the hover color for title page.

    Thank you!

    in reply to: How to download the update #11641

    Please provide us your order number we will see the current status of your account.

    Thank you!

Viewing 15 posts - 3,346 through 3,360 (of 3,476 total)