-
AuthorPosts
-
August 22, 2015 at 4:04 pm #491730
Hello everyone !
I want to change the width of a single page of your site, without the sidebar, you can?Thank you !!!!
August 24, 2015 at 3:59 pm #492294Hey rikamo!
Perhaps, send us a link to your page so we can see how you have things setup currently.
Cheers!
ElliottAugust 24, 2015 at 4:14 pm #492316Hello !
Maybe I was wrong to write, I mean my website!This test page:
http://devprova.corsidiballoonline.com/offerta-tango-argentino/
I would like to display it no full size but only 80%, is this possible ?
Only one page , no all web site.Sorry for my english…
Thanks
August 25, 2015 at 8:04 am #492663Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
#top.page-id-3591 { width: 90% !important; padding-left: 10%; }
Best regards,
RikardAugust 25, 2015 at 2:32 pm #492942Uaoohh thanks !!
It’s possible change the background color on this page?August 25, 2015 at 2:44 pm #492947Hey!
Please add following code to Quick CSS as well
html.html_entry_id_3591, .page-id-3591 #wrap_all { background-color: white; }
Best regards,
YigitAugust 29, 2015 at 12:39 pm #495300you can insert an image in place of the background color?
Thank you
RikAugust 29, 2015 at 12:52 pm #495304There is a problem, all my text is in bold …
August 31, 2015 at 9:57 am #495673Hi,
All the text on your page is not bold, please make sure that you close tags properly:
<strong> Bold text go in here </strong> Text is not bold any more
Regards,
RikardAugust 31, 2015 at 2:32 pm #495819the problem is when I want to increase the font of the text, I put on my page if you want to see this code:
<h3>
Bold text go in here
</ strong>
Text is not bold any more </ h3>It is all in bold …. :-(
August 31, 2015 at 4:35 pm #495952there is another problem: if I enter “session color”, page crashes
September 1, 2015 at 7:21 am #496240Hi,
You must be doing something wrong then, please post the code you are using here so that we can have a look.
Best regards,
RikardSeptember 3, 2015 at 2:31 pm #497643Hello !
This page:
http://devprova.corsidiballoonline.com/video-corsi-2/video-corsi-di-tango/offerta-tango-argentino/
top in the center you can see how I copied and pasted the code I’ve written. I see everything in bold here …
when I increase the font size turns everything into bold …
Thank you very much for your support
September 3, 2015 at 3:10 pm #497678Hi!
Please turn on custom CSS class for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your text block element a custom class then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class h1,.your-custom-class h2,.your-custom-class h3,.your-custom-class h4,.your-custom-class h5,.your-custom-class h6 { font-weight: normal; }
Best regards,
YigitSeptember 3, 2015 at 4:51 pm #497786please can you help me to enter the correct values in the “.your-custom-class h1, h2 .your-custom-class, custom-class .your-h3, h4 .your-custom-class, .your-custom-class h5 , .your-custom-class h6 {font-weight: normal;} ”
I have taken all the steps correctly, but I know nothing about programming.
thank you
September 3, 2015 at 4:53 pm #497790Hi!
You can replace all “your-custom-class” in the code with your custom class name. If you give your text block element CSS class “your-custom-class”, you can keep the code as is and it should work :)
If you need further help, please create a temporary admin login and post it here privately.Regards,
YigitSeptember 3, 2015 at 5:54 pm #497859you have a private message
September 3, 2015 at 6:08 pm #497873Hi!
I have created a test page [link in private content field below]. When you would like to display display heading elements with normal weight, you can add “cust-tb” class to Text block elements. Please review your website now
Regards,
YigitSeptember 3, 2015 at 7:13 pm #497922UUaaooooo thank youuuuuu :-))))
September 3, 2015 at 7:15 pm #497926Hey!
You are welcome, we are always happy to help!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘change the width of a single page of the site’ is closed to new replies.