Hello,
Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.
@media only screen and (min-width: 756px){
.top-col.clr.col-1.logo-col {
text-align: right !important;
padding-left: 15%;
}
}
Thread Starter
hazy23
(@hazy23)
Thanks a lot Abhishek. This works! Will the code be erased when I update the theme to a newer version? I thought I read somewhere that’s better to set up a child theme for CSS changes for am I confused with something else?
Hello,
You are welcome.
If you will add the code in the Custom CSS field, It should not erase with the update.
And If you are thinking to use the child theme, that would be the best idea to use the custom codes, In this way, all the custom codes will be safe even after the parent theme upgrade.
Following the doc will help you with the child theme.
https://docs.oceanwp.org/article/90-sample-child-theme