Corporal Premium Theme Issues
Moderator: forum_m
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Corporal Premium Theme Issues
All your issues are resolved. Please check your site.
Thanks.
Thanks.
-
- Posts: 11
- Joined: July 12th, 2018, 11:51 am
Re: Corporal Premium Theme Issues
Hello, there's still a problem with your forum.
Here's a picture of your forum:
https://ibb.co/gf6NuK
When I sent my reply, I received this error:
https://ibb.co/exgGMz
Anyway, Thank you for making the changes.
However, I noticed 3 issues.
1) On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the Portfolio bottom title is too close to the subtile below:
https://ibb.co/mtz5ie
Please fix this.
However, when I view my Android smartphone in portrait mode, the Portfolio bottom title is NOT too close to the subtile below and there is no issue.
2. On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the top banner is too big.
Please cut this yellow part because it is too big.
When I view my Android smartphone in portrait mode, the banner is ok however.
3) Thanks for adding this icon:
https://ibb.co/hWCseK
I have 2 questions regarding this icon. a) Can you add this icon to my YouTube video portfolio?
b) I might not use these icons on my homepage. I haven't decided yet. Is there a code I can use to delete these icons if I decide not to use them? Like this:
https://ibb.co/jijYmz
Thank you for your time.
Here's a picture of your forum:
https://ibb.co/gf6NuK
When I sent my reply, I received this error:
https://ibb.co/exgGMz
Anyway, Thank you for making the changes.

1) On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the Portfolio bottom title is too close to the subtile below:
https://ibb.co/mtz5ie
Please fix this.
However, when I view my Android smartphone in portrait mode, the Portfolio bottom title is NOT too close to the subtile below and there is no issue.

2. On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the top banner is too big.

When I view my Android smartphone in portrait mode, the banner is ok however.

3) Thanks for adding this icon:
https://ibb.co/hWCseK
I have 2 questions regarding this icon. a) Can you add this icon to my YouTube video portfolio?
b) I might not use these icons on my homepage. I haven't decided yet. Is there a code I can use to delete these icons if I decide not to use them? Like this:
https://ibb.co/jijYmz
Thank you for your time.
-
- Posts: 11
- Joined: July 12th, 2018, 11:51 am
Re: Corporal Premium Theme Issues
Sorry, I forgot to add a picture regarding issue 2:
https://ibb.co/jvJWOe
https://ibb.co/jvJWOe
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Corporal Premium Theme Issues
Hi,
"picture of your forum:"
You can ignore this issue. This is some server issue. So let it be.
1) "Portfolio bottom title" issue resolved.
2) "yellow part"
We have tested on all mobile phone but Sorry we didn't find any yellow space. Which mobile phone do you have?
3)" icon" -
a) "icon to my YouTube video portfolio?"
Done.
b) "Remove icon"
If you want to remove that icon then please use the below CSS code in custom CSS editor and save the changes -
And when you want to show that icon then firstly remove the above CSS code and use below code -
Thanks.
"picture of your forum:"
You can ignore this issue. This is some server issue. So let it be.
1) "Portfolio bottom title" issue resolved.
2) "yellow part"
We have tested on all mobile phone but Sorry we didn't find any yellow space. Which mobile phone do you have?
3)" icon" -
a) "icon to my YouTube video portfolio?"
Done.
b) "Remove icon"
If you want to remove that icon then please use the below CSS code in custom CSS editor and save the changes -
Code: Select all
.c_sec_icon {
display: none !important;
}
Code: Select all
.c_sec_icon {
display: block !important;
}
-
- Posts: 11
- Joined: July 12th, 2018, 11:51 am
Re: Corporal Premium Theme Issues
Hello,
I will explain my issue 2 again:
2) On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the top banner is too big. This means that the padding is too much. Please reduce the top padding. I show you with a yellow box. This yellow box shows that there is too much padding. Please reduce the padding.
https://ibb.co/ewtO6z
It should look like this:
https://ibb.co/cd5szK
3) About the icon, now, you installed icons on each section of my homepage. Thank you. When I enter this code:
.c_sec_icon {
display: none !important;
}
the icons disappear. Thank you.
This code doesn't work:
.c_sec_icon {
display: block !important;
}
But I don't need this code so there is no more issue. Thank you.
I will explain my issue 2 again:
2) On my Android smartphone on Chrome browser, when I view my smartphone in landscape mode, the top banner is too big. This means that the padding is too much. Please reduce the top padding. I show you with a yellow box. This yellow box shows that there is too much padding. Please reduce the padding.
https://ibb.co/ewtO6z
It should look like this:
https://ibb.co/cd5szK
3) About the icon, now, you installed icons on each section of my homepage. Thank you. When I enter this code:
.c_sec_icon {
display: none !important;
}
the icons disappear. Thank you.

This code doesn't work:
.c_sec_icon {
display: block !important;
}
But I don't need this code so there is no more issue. Thank you.

-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Corporal Premium Theme Issues
Hii,
Paste the given css in custom css box and save -
@media(max-width:566px) {
.home3top .cooper_top {
padding: 0px 0 !important;
}
.navbar-brand {
padding: 0px 15px !important;
}
}
Thanks.
Paste the given css in custom css box and save -
@media(max-width:566px) {
.home3top .cooper_top {
padding: 0px 0 !important;
}
.navbar-brand {
padding: 0px 15px !important;
}
}
Thanks.
-
- Posts: 11
- Joined: July 12th, 2018, 11:51 am
Re: Corporal Premium Theme Issues
Thanks but this code doesn't change anything.support_staff wrote: ↑October 4th, 2018, 4:35 pmHii,
Paste the given css in custom css box and save -
@media(max-width:566px) {
.home3top .cooper_top {
padding: 0px 0 !important;
}
.navbar-brand {
padding: 0px 15px !important;
}
}
Thanks.
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Corporal Premium Theme Issues
Your issue is resolved please check your site.
Thanks.
Thanks.
-
- Posts: 11
- Joined: July 12th, 2018, 11:51 am
Re: Corporal Premium Theme Issues
Thank you. This issue is resolved.support_staff wrote: ↑October 5th, 2018, 10:45 amYour issue is resolved please check your site.
Thanks.
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Corporal Premium Theme Issues
Your Welcome,
Let us know for further query.
Let us know for further query.