• Resolved heist.

    (@heist-1)


    This is a weird hiccup I’m facing. I have been updating and changing constantly and I’m not sure what changed, but now my product categories are all vertical. This code is placed on a wordpress page and linked on the homepage. The website is https://www.surfdogz.com so you can view the issue.

    and here is the code:

    [Badly mangled code moderated. Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code was badly damaged by the forum’s parser.]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter heist.

    (@heist-1)

    Here is the code on paste bin. Please let me know if this helps.

    https://pastebin.com/CbzNVPbC

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So a theme update caused this? Have you contacted YiThemes? Can you add the CSS back in to keep them horizontal:

    .page-id-29 #primary .boxed-content .box-content {
     margin-left: 0;
     float: left;
    }

    Thread Starter heist.

    (@heist-1)

    Andrew. Place that code in custom.css right? no luck. It originated with a fatal error with wordpress and a complete restart of the site. Everything was updated and this is one of problems after everything was said and done. Lots of variables, so I’m not 100% blaming the update to the theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’m not familiar with your theme, have you contacted your theme’s vendors?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Lots of variables, so I’m not 100% blaming the update to the theme.

    Then you need to start deactivating all of your plugins to explore whether any could be responsible.

    Thread Starter heist.

    (@heist-1)

    I went down that path. I thought it would be worth a try to see if a guru could just add a div or something to set this back in place. I will continue to try and diagnose the issue, but I’m running out of ideas. So much was updated and changed it’s making for quite the nightmare.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    And YiThemes have no input? It’s a CSS bug.

    Thread Starter heist.

    (@heist-1)

    Just opened a ticket with them. Hopefully they can provide a solution.

    Thread Starter heist.

    (@heist-1)

    For future reference. This was fixed by adding:

    #primary .boxed-content .box-content {
    margin-left: 0 !important; float: left;
    }

    to Theme Options -> General -> Custom style:

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘(DIV) product list (4) going vertical (needs to be horizontal)’ is closed to new replies.