Reply To: page header position doesnt change

Home Forums Support page header position doesnt change Reply To: page header position doesnt change

Home Forums Support page header position doesnt change Reply To: page header position doesnt change

#147388
tenchystryder

This is a great little hack.

I have also added it this week to my site below, however, using the Simple Custom CSS plugin you must make sure your right border is equal to element padding within themes customiser.
I have also added border to match containers.

.blog .page-header-content {
    margin-bottom: 20px;
    margin-right: 15px;
    margin-top: 0;
    border-style: solid;
    border-color: #a09696;
    border-width: 4px;
}

I also never used the code below and it seems fine without it. The PHP script was added using the snippets plugin. This plugin seems to be getting regular updates. I have not touched functions php file.

@media (max-width: 768px) {
    .blog .page-header-content {
        margin-right: 0px;
    }
}

I am sure an option to move items next to sideback would make a cracking update to future GP update Tom 🙂

Tenchy Striker Website