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,056 through 2,070 (of 3,480 total)
  • Author
    Posts
  • in reply to: Search BOX #52975

    Hi all,

    Search function will disable in mobile version by default.
    To show it on mobile devices just add below custom css:

    @media only screen and (max-width: 767px) {
    	.search-toggle {
    		display: block;
    		margin-top: 22px;
    		right: 40px;
    	}
    	#search-box {
    		right: 30px;
    		min-width: 203px;
    	}
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: Single post full width image issue #52941

    Hi Habijabi,

    Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.

    img.size-full.wp-image-91 {
        width: 100%;
    }

    Thank you!

    in reply to: Is there an official date for magcast pro? #52859

    Hi Happyeungin,

    Just want to let you know that we have released the Pro version of MagCast theme you can view detail here and view the beautiful demo here.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Change Logo Position #52850

    Hi Giuseppe ,

    Add below custom css code to shift the top logo from the center to the left and social icons to the right:

    .hgroup-left {
        float: right;
    }

    Thank you!

    in reply to: Height of wigets to display more text #52752

    Hi Richard,

    Sorry! We are not ignoring your queries.
    This topic get to the next page as pagination 2 and we din’t click on the next page and thought that the last reply was from us as we see here.
    If we have seen it we definitely reply it. It’s a simple queries and we have already replied it please let us know if above css code helps you out or not.

    Once again sorry for inconvenience.

    Thank you!

    in reply to: Height of wigets to display more text #52749

    Hi Richard,

    There is no individual settings for the slider title/description the appearance of it will be handle with the Appearance > Theme Options. If you need the individual setting for it then you have to use custom css just go to Go to Appearance > Customize > Design Options > Custom CSS and paste the following CSS code and click on Save & Publish button:

    .featured-text .featured-title {
        background-color: #ff2d00;
        font-size: 35px;
        color: #ffffff;
    }
    .featured-text .featured-content {
        background-color: #ffffff;
        font-size: 13px;
        color: #ff2d00;
    }

    I have changed the code as per your requirement if you need to change it just change the above HEX color code and digit value 35/13 for font size as you wish.

    Thank you for using our theme.

    Regards,
    Theme Horse

    in reply to: Slider resolution #52748

    Hi Ciubotaru,

    Can you please provide us the site url? So that we can see which white lines you are talking about.

    Thank you!

    in reply to: Paypal buttons still huge #52713

    Hi Lisa,

    As of your PayPal button there will be different custom css code you have to add below one:

    input[type="image"] {
    	border: 0 none;
    	width: inherit;
    	padding: 0;
    }

    Thank you!

    in reply to: Version 3.0.3 Problems #52711

    Hi Bruce3,

    Sorry! Sidebar will move to bottom while your screen size is shorter than 1024px and this was built-in from the first release of the theme.

    Thank you!

    in reply to: Radient background color #52637

    Hi it5,

    Add below custom css code to add gradient background

    #page {
    	background: -webkit-linear-gradient(#06B8D7, #fff);
    	background: -moz-linear-gradient(#06B8D7, #fff);
    	background: -ms-linear-gradient(#06B8D7, #fff);
    	background: -o-linear-gradient(#06B8D7, #fff);
    	background: -webkit-gradient(#06B8D7, #fff);
    	background: linear-gradient(#06B8D7, #fff);
    }

    Note: Change the above HEX color code #06B8D7 to your selected blue color.

    Thank you!

    in reply to: Height of wigets to display more text #52479

    Hi Richard,

    1. To change the orientation of the director images as you described first replace the first section with second one (male) and first section (female) to second. and add below custom css code to spanning the first section content across the whole of the remainder of the screen.

    
    #interface_recent_work_widget-4 .one-fourth {
        width: 97%;
    }
    #interface_recent_work_widget-4 .one-fourth a {
        width: 25%;
    }

    2. May you have not add the full content in the excerpt as described here and also increase the excerpt value via Appearance > Customize > Advance options > Excerpt length there you can change the digit value as a length.

    3. Add text widget above the directors section to add title as you did for the first widget section.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Theme Breite ändern #52387

    Hi Birgit,

    Add below custom css code increasing digit value 1038 for main wrapper and 978 for container accordingly as per you need.

    .wrapper {
        max-width: 1038px;
    }
    .container {
        max-width: 978px;
    }

    Thank you!

    in reply to: How can I change font for site title and description? #52386

    Hi Toniaustin,

    Just add font-weight: bold; in the selector where you want the bold font style.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Height of wigets to display more text #52385

    Hi Richard,

    Apologies for the late reply. We missed your topic.

    As of your site widget placement we have provide you a below custom css:

    First question: For to show the 3 section top and 2 section below across the page:

    #interface_recent_work_widget-2 .one-fourth {
        width: 30.32%;
    }
    #interface_recent_work_widget-3 .one-fourth {
        width: 47%;
    }

    Second question: You can not add sidebar easily. It needs code customization.

    Third question: For to change the orientation of the directors images and bio you can use testimonial widget as shown in the demo site which will show image to the left and bio to the right, However if you want to use the same recent work widget as in you site then please add below custom css but do not add widget title, content and action button as you did just in above widget.

    #interface_recent_work_widget-4 .one-fourth {
        width: 47%;
    }
    #interface_recent_work_widget-4 .column a {
        float: left;
        width: 50%;
        margin-right: 20px;
    }
    #content #interface_recent_work_widget-4 .custom-gallery-title,
    #interface_recent_work_widget-4 p {
        display: block;
        overflow: auto;
    }

    If you have any problem then let us know.

    Thank you!

    in reply to: White space on Mobile Devices #52353

    Hi Sanford,

    It seems that you have add the below custom css which override the height to 400px for mobile devices. Please remove it and check once.

    .slides {
       height: 400px;
    }

    Thank you!

Viewing 15 posts - 2,056 through 2,070 (of 3,480 total)