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*

Center Logo / Center Text Widget / Code in TH-Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39575
    Rudolf
    Participant

    Hi, just 3 small questions:

    How do I center the company logo in the header/startpage?

    How do I center the text in ‘normal’ (not TH-) Text widget (headline + content) on the business page section

    What is to do, that die ‘Call-to-action-widget’ accept html-code? (like ‘break’ or ‘strong’)?

    Thank + regards

    #39710
    Rudolf
    Participant

    … still waiting …

    #39722

    Hi Rudolf,

    1. To center the company logo in the header/start-page Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    @media only screen and (min-width: 767px) {
    	.hgroup-wrap {
    		text-align: center;
    	}
    	#site-logo,
    	#site-title,
    	#site-description {
    		float: none;
    	}
    	#site-title a,
    	#site-description {
    		display: inline-block;
    	}
    }

    2. To center the text in Text widget on the business page first add you content as below format in text area in text widget.

    <div class="container">
    Your text goes here 
    </div>

    then add below custom CSS code.

    .business-layout .widget_text {
        margin-bottom: 0;
        padding: 40px 0;
        text-align: center;
    }

    3. We do not understand your last question could you please clarify it once again?

    Thank you!

    #39767
    Rudolf
    Participant

    hi, great. Thank you.

    #3: Sorry – ‘call-to-action’ was wrong. I meant the TH:Promobox Widget. If I type in code (f.e. <br> or ) it will be not accepted. The code appears on the frontend as normal text. What is to do, to make the code workable?

    #39779

    HI Rudolf,

    Yes it doesn’t accept html code. We have designed our theme this way. It needs code customization. You need to hire a developer.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.