Title: Cross browser
Last modified: August 22, 2016

---

# Cross browser

 *  [mikej855](https://wordpress.org/support/users/mikej855/)
 * (@mikej855)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cross-browser-1/)
 * Hi
 * I’ve created a company site @ [http://aqoviadev.azurewebsites.net/](http://aqoviadev.azurewebsites.net/)
 * One of the issue that I was having was around the spacing between each section.
   I noticed that I was having problems with spacing between each [full_width_section].
 * I managed to standardize the spacing by removing the p-tag by adding the following
   to the functions.php file:
 * `remove_filter(‘the_content’, ‘wpautop’);
 * I have a number of images on the site, either to link to case studies or partners.
   In some of my images, the link control has shifted location for some of my images.
   Can anyone suggest a solution to ensure that everything lines up?
 * Regards
 * Michael.

Viewing 1 replies (of 1 total)

 *  [a2ztechnologies](https://wordpress.org/support/users/a2ztechnologies/)
 * (@a2ztechnologies)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/cross-browser-1/#post-5912207)
 * Hi Michael.,
 * Paste this code on your style.css file, I hope its working
 *     ```
       .vc_row-fluid.full-width-section::before {
         content: " ";
         display: block;
         height: 50px; //PADDING TOP
         width: 100%;
       }
       .vc_row-fluid.full-width-section::after {
         content: " ";
         display: block;
         height: 50px;  //PADDING BOTTOM
         width: 100%;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Cross browser’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [a2ztechnologies](https://wordpress.org/support/users/a2ztechnologies/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/cross-browser-1/#post-5912207)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
