Hi Rekcah,
Yes, you can do this customization with simple tweak. Go to WordPress Admin “Appearance > Customize > CSS” and insert this code
.site-inner {
float: left;
}
.site-header {
float: right;
}
Please give a try and let us know how it goes. Hope you like the changes.
Cheers
Thread Starter
rekcah
(@rekcah)
Themehall,
Worked as you stated, just have to do minor touch ups with the column’s padding and margin as the “right” sidebar is pressed against the content. Want to learn how this web coding stuff works, so I am new to WebDev, this will help in getting my feet wet.
Thank you for providing the solution.
Best regards,
Rekcah
Awesome. I guess this is a good start. Happy learning and feel free to create a new topic if you have any questions.