can you try:
.cg-main-menu ul {
text-align: center;
}
Change this:
.cg-main-menu {
width: 80%;
}
To this:
.cg-main-menu {
width: 100%;
text-align: center;
}
Thread Starter
s7v7n
(@s7v7n)
aaal thank you, it changed the title but still not aligned
Faycal Boutam thanks, but how i can replace the code? i mean which file?
In your child theme’s stylesheet (style.css)
Thread Starter
s7v7n
(@s7v7n)
Faycal Boutam,
When i go to Appearance/Editor/Style.css
the css file doesn’t include any codes
Thread Starter
s7v7n
(@s7v7n)
Faycal Boutam, i couldnt find that one also, about this style.css file i am going to contact the theme developers. After that i will try to replace the code. Thank you!
Thread Starter
s7v7n
(@s7v7n)
aaal,
i added the code on custom.css section and it works perfectly! Thank you so much
.cg-main-menu ul {
text-align: center;
}
.cg-main-menu {
width: 100%;
}