1. Rayjak
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 19 September 2016
  5.  Subscribe via email
I have removed all of my CSS. The space between sidecol-a and the main body is different than the spacing between sidecol-b and the main body. I have each at 15%. I have also tried 16% for each with similar results.
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

The issue appears to be related to the 'row' container of your side column modules which has a negative left margin. To amend try adding the following to the Custom CSS field of your templates parameters which will add a matching negative margin to the right...


.sidecol_block .row {
margin-left: -20px;
margin-right: -20px;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!