Section Text Of The Qubic Template - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Section Text Of The Qubic Template

P

Pio

Template 2 years ago

Hi, on the site www.tuttoperleaziende.com/csi i'm using the qubic template. I would like to enlarge the text of the sections, what is the css?

Thanks Pio

0
18 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123034

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
P
Pio
Accepted Answer
2 years ago #123042

Hi Mehtaz, I don't see the option to send a screenshot

Regards Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123063
0
P
Pio
Accepted Answer
2 years ago #123086

Hi Mehtaz, i'd like to enlarge these texts https://prnt.sc/U1dU-PxzrCyM
https://prnt.sc/1jet79eS5ozT
https://prnt.sc/VLByfknpYVw7

Thanks Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123192

Hi

Use this custom CSS

#sppb-addon-1688492841977 {
    font-size: 23px !important;
}

p.sppb-image-content-text {
    font-size: 23px !important;
}
div#column-wrap-id--WlrwJvL27NFGyhacARGI {
    font-size: 23px !important;
}
#sppb-addon-6UO-7m3HxClcCAmnYXSw4 .sppb-addon-title{
      font-size: 23px !important;
}
#sppb-addon-F0vYzW7iIz-l8b7CDiBoh .sppb-addon-title{
      font-size: 23px !important;
}
.sppb-addon-text{
     font-size: 23px !important;
}

Go to system--> https://prnt.sc/tDbSUJh6LiGu --> Default template-->Template options--> https://prnt.sc/A5nlsBvCQsqs And add your CSS there.

0
P
Pio
Accepted Answer
2 years ago #123222

Hi Mehtaz, Thanks for the reply. Everything works but only on mobile the text you see in the screenshot https://prnt.sc/LXJ1NWJDvm7w doesn't get bigger.

Best Regards Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123441

Clear your browser cache it should also work on dekstop.

0
P
Pio
Accepted Answer
2 years ago #123452

No Mehtaz, it's the other way around, it looks good on the desktop. It is on mobile that the text does not enlarge! Also on mobile I would like to resize the title of the internal pages, for example on http://www.tuttoperleaziende.com/csi/investigazioni-private/infedelta-coniugale see the screenshot https://prnt.sc/N9k1dfZRvP3F

Thanks Pio

0
P
Pio
Accepted Answer
2 years ago #123454

i used this css @media all and (max-width: 768px) {

sppb-addon-1688492821275 .sppb-addon sppb-addon-header .sppb-addon-title h3 {

 font-size: 15px !important;

} } but it does not work

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123663

Use this custom CSS and set the size which you want


@media (max-width: 767.98px){
#sppb-addon-xSZglz11A8c25O2LWtSBr h3.sppb-addon-title {
    font-size: 30px !important;
}
}
0
P
Pio
Accepted Answer
2 years ago #123701

Ok Mehtaz, Thank you very much! i'd like to increase the width of the top menu to insert a new menu item. What is the css?

Thanks Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #123766

Do you want to add more menu item here?

https://prnt.sc/t44x2aWP-FYy

0
P
Pio
Accepted Answer
2 years ago #124040

Hi Mehtaz, you didn't write me how can I increase the width of the top menu to insert a new menu item at the point you indicated https://prnt.sc/t44x2aWP-FYy .

Thanks Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #124209

You can use some custom CSS to set it more left and then insert more menu item.

0
P
Pio
Accepted Answer
2 years ago #124250

Hi Mehtaz, in the custom.css file I inserted this css .sp-megamenu-parent .sp-dropdown.sp-menu-center { margin-left: 0px; } but the top menu doesn't move to the left. So I used this other css

sp-menu {

margin-left: -50px; }

The top menu moves to the left, but the last menu item "Contatti" wraps https://prnt.sc/gUCpH77NCcMC . What is the correct css to use?

Thanks Pio

0
P
Pio
Accepted Answer
2 years ago #123796

Hi Mehtaz, yes exactly!

Thanks Pio

0
P
Pio
Accepted Answer
2 years ago #123798

I tried to create a new Page Builder page and I get the error you see in the screenshot below right https://prnt.sc/iOA0mXgSwjfp

Best Regards Pio

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #124020

Could you please create a new forum post about this new issue? And close this thread please.

0