Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can I move the Shop Page Title to the left? (Woocommerce+Custom theme{minimog theme})

I’ve tried everything and it just won’t work.

This was my last attempt.. but it didn’t move a pixel

@media screen and (min-width: 769px) {
.shop #fullscreen-header .featured-slide .entry-title {
    float: left;
    margin-left: 150px;
}
}               

Could someone please, help me with that?

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Our shop page using minimog is posher.com.br/shop

Thank you in advance!

>Solution :

You could use flex.

.heading {
  display: flex;
}

This is how it looks on my side.

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading