• My website is 59n6.com. Anwyays i seem to have broken the responsive portion of my website. Specifically where it says portfolio. The 4 pictures dont align in the center when zoomed into. Can anyone help?

Viewing 9 replies - 1 through 9 (of 9 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .scrollimation.fade-right.in {
        transform: translateX(70px);
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

    Thread Starter angrykor

    (@angrykor)

    thanks so much is there a easy to follow guide for editing core php or css files the proper way?

    The only time you should edit CSS or PHP is through a child theme.

    WPBeginner has this great video

    Or… download a CSS Editor Plugin like this one,

    https://www.ads-software.com/plugins/simple-custom-css/

    Thread Starter angrykor

    (@angrykor)

    When i try your code

    .scrollimation.fade-right.in {
        transform: translateX(70px);
    }

    It moves the boxes too far right. Is there any way to align it to the center. Eactly how it was before i somehow messed it up?

    Just edit the 70px to a lower number.

    I’m not 100% sure if this is the best way to fix the issue.. but it worked in FireBug.

    Thread Starter angrykor

    (@angrykor)

    It does work dont get me wrong. But it doesnt work the way i want it to. For example on my other website 59n6thstreetdevelopment.com it center aligns perfectly. However i dont understand what broke that feature on the 59n6.com and id like it to work the same way as the 59n6thstreetdevlopment.com

    Man.. I’m stumped on this one.

    Thread Starter angrykor

    (@angrykor)

    Me too:( althuogh it doesnt take much to stump me:(. The only things i really changed in that area iss the background color and the border. If that helps.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Theme: inferno] How to fix responsive portion of my website’ is closed to new replies.