• I’d like to be able to modify the services boxes so that they all line up horizontally instead of stacking. I tried changing the float left in the below css to display: inline-block but that didn’t work. Any other suggestions would be greatly appreciated.

    Link to the site:
    https://evolibri.com/wp

    [Moderator Note: Please ensure that you are embedding links correctly in your posts. Link corrected.]

    CSS: The parallax_one_grid_col_3 is the one I am trying to modify.

    .parallax_one_grid_col_4 > div,
    .parallax_one_grid_col_3 > div,
    .parallax_one_grid_col_2 > div,
    .parallax_one_grid_col_1 > div {
    	margin-bottom: 30px;
    	text-align: center;
    }
    
    .parallax_one_grid_col_4 {
    	float: left;
    	width: 23%;
    	margin: 0 1.25% 0 1.25%;
    }
    
    parallax_one_grid_col_3 {
        float: left;
        width: 31.5%;
        margin: 0 1.25% 0 1.25%;
    	min-height: 1px;
    }
    
    .parallax_one_grid_col_2 {
    	float: left;
    	width: 48%;
    	margin: 0 1.75% 0 1.75%;
    }
    
    .parallax_one_grid_col_1 {
    	float: left;
    	width: 100%;
    }
    
    .parallax_one_grid_first {
    	margin-left: 0;
    	padding-left: 0;
    }
    
    .parallax_one_grid_last {
    	margin-right: 0;
    	padding-right: 0;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter loud068

    (@loud068)

    Link to the site is https://www.evolibri.com/wp

    What theme are you using? Where did you download it from? Have you tried using Firefox with the Firebug add-on for this kind of CSS troubleshooting? Or using whatever developer tool is available in your web browser?

    Thread Starter loud068

    (@loud068)

    The theme is parallax One by theme isle. I have tried modifying a bunch of stuff in the css using firebug but I can’t seem to get it to do what I need it to.

    I’m sorry but as you appear to be using a non-WPORG theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from www.ads-software.com here.

    Thread Starter loud068

    (@loud068)

    I can’t even get any coding advice?

    Not for commercial themes, no. Try asking the theme’s developer.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Modify services boxes to line up horizontally instead of stacking’ is closed to new replies.