Home Forums Pro Themes Magazine Plus Pro Header Right Widget Area

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47437
    Hirschan
    Participant

    We have chosen a text widget. How do you get the left-handed text longer to the left closer to the logo?

    Website

    #47471
    wensolutions
    Keymaster

    Hello @hirschan,

    To place the text closer to the logo use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS ans paste below given CSS.

    #header-widget{
    	width: clac( 100% - 200px );
    }
    .site-branding {
    	max-width: 200px;
    	width:100%;
    }

    Hope this helps.

    Best Regards!!

    Have a good day .

    #47538
    Hirschan
    Participant

    Nope, nothing happens….

    #47590
    wensolutions
    Keymaster

    Hello @hirschan,

    Please replace above given CSS with CSS given below :

    #header-widget {
        width: calc( 100% - 200px );
    }
    .site-branding {
    	max-width: 200px;
    	width:100%;
    }

    Hope this helps.

    Best Regards!!

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