Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Guys!

got myself in a tight spot here, the widget on the right hand side of my website has lost its formatting, i need it all in one line, and to drop below the left hand widget when viewed in mobile: https://aurexgroup.com/

Im using a enfold child theme on a wordpress site.

i assume its a css issue, but i cant find the code that relates.
i have looked through the css style sheet in the theme, this is all i could for widgets find:

    }
    #top li.sf-widget-element{
	list-style: none;
	clear: none;
	margin-left: 0;
	padding: 0;
	width:auto;
	display:inline-block;
	margin-right: 30px;
    }


And then this in the quick css section in the enfold general styling tab:

    }
    #footer .flex_column{
    float: right;
    }
    #footer .flex_column.first{
    float: left;
    }
    .footer_color a, .footer_color .widget_first{
    color: #cf5c1a !important;
    }
    #footer .flex_column .widget{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 26px;
    display: inline-block;
    width: 100%;
    }
    .copyright a[href*="kriesi"]{
    display:none !important;
    }    
    
Very open to any ideas!
please help!


What I have tried:

I have tried a whole range of forums and tried adding in their code in the quick CSS in the enfold apprentice tab
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900