Home Forums Pro Themes Education Hub Pro Footer widget width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #73917
    Modular
    Participant

    Hello,

    How can I move the dash vertical line between the 1st and 2nd footer widget slightly towards the left side?

    More generally, how do you change the width of each footer widget individually?

    Here is the website:

    https://www.mocsummit.com/

    Regards
    Gurjeet

    #73990
    wensolutions
    Keymaster

    Hello @gurjeets

    The width cannot be randomly managed for each footer widget area. Increasing decreasing the width will distorts the layout of the footer widget area.

    However, we will provide the CSS that will remove the space between the text and vertical white line.

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

    @media (min-width: 992px){
    	#footer-widgets .inner-wrapper .footer-active-4:nth-of-type(2) {
    		flex: 2;
    	}
    }

    Hope this helps.

    If you want to adjust the layout as per your requirement then you can consider hiring the professional developer.

    To hire a developer please refer below given link:
    http://themepalace.com/hire-a-customizer

    Thank you.

    Regards!!

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