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,406 through 3,420 (of 3,440 total)
  • Author
    Posts
  • in reply to: Adjust responsive breaks? #9941

    Hi LMKWeb,

    There is a following break point for responsiveness

    @media only screen and (max-width: 1078px) 
    @media only screen and (max-width: 767px) 

    In style.css line number 2012 there is

    #primary, #secondary,
    #colophon .widget {
    	float: none;
    	margin-left: 0;
    	width: 100%;
    }

    remove line #primary, #secondary, which is a break point that makes column and sidebar 100% and you will see the same view as desktop view. If you want to break this 768px after paste below CSS code under this @media only screen and (max-width: 767px)

    #primary, #secondary {
    	float: none;
    	margin-left: 0;
    	width: 100%;
    }

    before editing core CSS file please consider about child theme. If you edit the core CSS file your changes will be lost when you update a theme.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Too much header space #9812

    Hi Daniel,

    To decrease the excessive white space height in the header area Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap {
        padding-bottom: 21px;
        padding-top: 0;
    }

    Thank you for using our theme.

    Regards,
    Sovit

    in reply to: change grey lines above / bellow main navigation bar #9809

    Hi Simon,

    TO change the grey line above/ below the main navigation bar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access {
    	border: 0 none;
    }

    Thank you for using our theme.

    Regards,
    Theme Horse

    in reply to: Bold Main Menu Button #9808

    Hi Dfraley,

    To make current menu item bold when it is acitve 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.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a,
    #access ul li:hover > a {
    	font-weight: bold;
    }

    Thank you!

    Regards,
    Theme Horse

    Hi Visheshshahani,

    Interface version 1.0.2 is out for download. Update your theme and let us know if there is any issue with testimonial widget.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Interface theme in Spanish #9806

    Hi DD,

    Interface version 1.0.2 is out for download. Update your theme and check your language file. If there is any issue with the theme please let us know.

    Thank you!

    in reply to: Interface theme in Spanish #9791

    Hi DD,

    We have submitted the new version 1.0.2 with your issue fixed and will be live very soon. Please be active and let us known it works fine or not.

    Thank you!

    Hi visheshshahani,

    We have submitted the new version 1.0.2 and will be live very soon. Please be active.

    Thank you!

    Regards,
    Theme Horse

    Hi visheshshahani,

    Thanks for reporting. We are updating will let you know.

    Regards,
    Theme Horse

    in reply to: How to change h1 & h2 header on pages and posts #9677

    Hi theburgernerd,

    There is no temporary solution for this it needs code customization. If you customize the code than your code will be removed whenever you update your theme. Better wait for the update. We will soon fix this and let you know.

    Thanks for your patience.

    Regards,
    Sovit

    in reply to: Unable to style current menu item #9670

    Hi Alfred,

    Yes for now it only works at the first level. We have pushed this to the list for next update. We will let you know after the update released.

    Thank you for you feedback and using our theme.

    Regards,
    Sovit

    in reply to: Blog Titles and sub-menus #9666

    Hi enricocrosina,

    Seems like there is some issue in the featured title we will fix it in next version. For now please 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-title {
        max-width: 525px;
    }

    Hope this solve your problem.

    Thank you for reporting the issue.

    Regards,
    Sovit

    in reply to: Mobile Home Page #9548

    Hi Shannon,

    It Seems like you have modified the CSS via Custom CSS please remove below css from custom CSS.

    #primary {
       width: 73%;
    }
    #secondary {
       width: 21%;
    }
    #secondary {
        margin-left: 5%;
    }

    and about contact page showing instead of home page in mobile device
    You are using some plugin/theme that is creating a responsive layout in mobile/small devices. Our theme is built-in responsive not need to use a responsive theme for mobile/small devices.

    Thank you!

    Thank you!

    in reply to: "NEVEGACION" INSTEAD OF "NAVEGACION" IN RESPONSIVE MENU #9547

    Hi Silvestre,

    The Navigation menu appears in smaller devices only. We have coded it that way. If you don’t have any page set as home page then the navigation shows up linking it to the home. Currently there is no way to remove it. But we are working on creating better navigation.

    Regards,
    Theme Horse

    Hi,

    can you share us the screenshot of that syntax error.

    Thank you.

Viewing 15 posts - 3,406 through 3,420 (of 3,440 total)