Avada Text Padding without changing Full Width.
-
My website is: http://rockeconstruction.com/
I am using Avada theme. What I had been trying to do for the couple of weeks is to add padding or margin to the text and Content boxes on the Homepage without padding or setting margin to the Full Width background section on the page.
Really need help because I need to get done with the homepage really soon.
-
I see that http://rockeconstruction.com/ is using WordPress, but it is not hosted here at WordPress.com. This forum is for WordPress.com support.
I did look at the site, and it looks to me like there might be a script that sets up some of the layout for the boxes on the home page on load. You could try adjusting it with CSS, but I think you’ll run into some problems such as the height of the boxes will no longer match if you take out the script-defined height value or the text will run outside the boxes at some browser widths. Because of that, you’ll probably want to figure out what script is being used and adjust it accordingly. If you do want to try a CSS option, this might give you a good place to start:
.post-content .content-boxes-icon-boxed.columns-2 .col { height: auto !important; width: 38%; padding: 3% 5%; }I am not very familiar with the code in the Avada theme, so keep in mind that is just a test example and you should try to find out more about how the theme sets up the layout before you decide how to proceed.
Because the Avada theme is not an avail. theme here at WordPress.com, please contact the theme author directly for help in the future or try asking in the volunteer-based WordPress.org forums at http://wordpress.org/support/
- The topic ‘Avada Text Padding without changing Full Width.’ is closed to new replies.