Hello citizen,
thanks for your post. There is a css statement in the template.css of the Kranos template.
Please edit it and have a look at line 896 or search for this string
#ja-topsl .main .main-inner1, #ja-topsl1 .main .main-inner1, #ja-botsl1 .main .main-inner1, #ja-botsl .main .main-inner1 { padding: 35px 0 15px 54px; }
If you look at it, you’ll notice that the css padding values are strange. Just for explanation, all values are applied clockwise.
top, right, bottom, left. This means you have a padding of 35px top, 0px right, 15px bottom and 54px left. You’re right, that’s not supposed to be that way. This should be taken into consideration of the next Kranos template update.
To fix this, just enter even values like that
#ja-topsl .main .main-inner1, #ja-topsl1 .main .main-inner1, #ja-botsl1 .main .main-inner1, #ja-botsl .main .main-inner1 { padding: 15px; }
I hope everything was understandable. If you have any questions, please don’t hesitate to ask 🙂
Cheers
Frank