Hello,
Please share your site URL also send a screenshot of your issue.
Thanks.
The site is not live yet. Here is a screenshot… They are all pulled to the left…Margin css doesn’t affect them.
So, then set .pull-left {float:none;} then they become centered…But Blog Posts on Homepage become invisible…
Default CSS: https://i.imgur.com/3wuPgVI.jpg
Blog posts when set float to none: https://i.imgur.com/Sspinus.png
Is this enough?
Hi,
Please go to your theme directory open home-blog.php see the code on line no 27 –
<div class="col-md-4 col-sm-12 scrollimation scale-in d2 pull-left">
replace it with the below code –
<div class="col-md-4 col-sm-12 d2 pull-left">
and save the file.
Now open home-portfolio.php and see the code on line no 20 –
<div class="col-lg-3 col-md-3 col-sm-6 pull-left scrollimation fade-right d1">
replace it with the below code and save the file.
<div class="col-lg-3 col-md-3 col-sm-6 d1">
Hope, this will solve your issue.
Thanks.
thank you. that fixes it. IMO, should be that way default? No?
@redtailboas : Make your site Live I will suggest you more corrections if needed.
Thanks