Hello,
I am very happy with the Activello theme and I have already made some custom changes with the help of this forum (see below).
But there is a problem left and I did not find a solution for it searching this forum. So I would like to ask this here.
As you can see at the screenshot (my website is not online yet) the main content of the site as well as the sidebar seem to be shifted to the right in relation to the header graphic and the line underneath. I have marked it with red lines at the screenshot.
I would like to have both - the content and the sidebar - in the same area as the header graphic and the line, between the red lines. Can you give me some css code for it?
I have only done this change concerning the content and the sidebar, cause they were to close together for my taste:
@media (min-width: 992px) {
.main-content-inner.col-sm-12.col-md-8 {
width: 65%;
margin-right: 80px;}
div#secondary{
width: 24%;
font-size: 14px;}
Thank you very much in advance for your help!
GibsonLG