• Resolved redtailboas

    (@redtailboas)


    This appears to making all of our portfolio items float to the left, making things look very bad in mobile. I can fix it with css @media, but then Blog posts section of homepage turns invisible when I turn off the float.

    Any clues for a fix?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Please share your site URL also send a screenshot of your issue.

    Thanks.

    Thread Starter redtailboas

    (@redtailboas)

    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.

    Thread Starter redtailboas

    (@redtailboas)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Problem with mobile Portfolio “pull-left”’ is closed to new replies.