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*

Text content near at header

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #88020
    amitmozar
    Participant

    Hi,

    I am using free version. Website url is https://animationandvfxjobs.com

    I want to put the text ‘Latest and free job updates of 2D 3D Animation, VFX, Gaming, Graphic, Web Design & Development and other related’ at this place -> https://prnt.sc/11plmza

    #88100

    Hi there,

    For this you have to create a AD like image and set that image via Customize > Header > Advertisement Image

    Thank you!

    #88141
    amitmozar
    Participant

    What is recommended size (in pixels) of an image?

    Will this image be seen in mobile?

    #88164

    Hi Amitmozar,

    The recommended size of an image is 728px X 90px and yes this image will be seen in mobile, if you want to hide in mobile devices you can hide it as well.

    Thank you!

    #88269
    neba34
    Participant

    I want to put the text ‘Latest and free job updates of 2D 3D Animation, VFX, Gaming, Graphic, Web Design & Development and other related’ at this place -> https://prnt.sc/11plmza

    the web address is not working

    #88272
    amitmozar
    Participant

    I upload the image. But, it looks like it is of ‘right alignment’.

    It should come at center position.

    #88290

    please go to ‘Appearance > Customize > Additional CSS’ and paste the Custom CSS code.

    .navbar-ad-section {
    	text-align: center;
    }

    Thanks

    #88412
    carriemyers1974
    Participant

    The situation was similar. But then my brother helped me

    #88415
    amitmozar
    Participant

    Please let me know how he helped you?

    #88576

    Hi @amitmozar

    Did you tried above custom CSS code?

    Thank you!

    #88583
    amitmozar
    Participant

    Yes, I had used the given code.

    Still the header image is not coming at center.

    Here it is: https://prnt.sc/12yo8c1

    #88825

    Actually there is a section defined for Site Title and Ad section. The text you mentioned is made centered respective to it’s ad section. It will be a bit tricky to make centered as based on screen width because of Site Title placeholder. If you need to make force centered look then please add the below custom CSS code we have created the code base on your logo width.

    @media (min-width: 1200px) {
    	.navbar-head .col-lg-4 {
    		-ms-flex: 0 0 auto;
    		flex: 0 0 auto;
    		max-width: 100%;
    		width: auto;
    	}
    	.navbar-ad-section {
    		text-align: center;
    		-ms-flex-preferred-size: 0;
    		flex-basis: 0;
    		-ms-flex-positive: 1;
    		flex-grow: 1;
    		max-width: 100%;
    		padding-right: 260px;
    	}
    }

    Thanks

    #91066
    amitmozar
    Participant

    This code was working fine till yesterday.

    Today, I update the theme.

    Now, the header image is not coming at center. The above code is still in ‘Appearance > Customize > Additional CSS’.

    Please suggest the solution.

    #91167
    amitmozar
    Participant

    Hi,

    Looking forward to your fast update.

    All my custom modifications, as per my target audience, are gone. The website is not looking as impressive as it should be.

    Please update asap.

    Thanks in advance.

    #91287

    Hi,

    We found you haven’t used the code we provided recent. Please paste the provided code on the mention input field.

    Thanks

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