Site text alignment.
-
Hi ,
New to CSS so trying really hard to get to grips with it and slowy getting there.
I recently removed company logo’s from my job results page
Example
https://www.oiljobsearch.com/job/genesis-personnel-ltd-uk-6-marine-service-engineeer/
I used the code ;
.company_logo{ display: none; }
.job_listing-widget-top default-widget { display: none; }Which worked fine , but…
I want to hide the box that the image was in as it is stopping all the other text from realigning to the left.
If I goto inspect element it would be the below that I want to hide
<div class=”col-md-3 col-sm-6 col-xs-12″>
If I delete is through the inspect element page it realigns fine , but obviously I want to hide it with “Simple Custom CSS” as one day I may need to put it back in
Can anyone help
Thanks
- The topic ‘Site text alignment.’ is closed to new replies.