Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #491730

    Hello everyone !
    I want to change the width of a single page of your site, without the sidebar, you can?

    Thank you !!!!

    #492294

    Hey rikamo!

    Perhaps, send us a link to your page so we can see how you have things setup currently.

    Cheers!
    Elliott

    #492316

    Hello !
    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

    #492663

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top.page-id-3591 {
        width: 90% !important;
        padding-left: 10%;
    }

    Best regards,
    Rikard

    #492942

    Uaoohh thanks !!
    It’s possible change the background color on this page?

    #492947

    Hey!

    Please add following code to Quick CSS as well

    html.html_entry_id_3591, .page-id-3591 #wrap_all {
        background-color: white;
    }

    Best regards,
    Yigit

    #495300

    you can insert an image in place of the background color?

    Thank you
    Rik

    #495304

    There is a problem, all my text is in bold …

    #495673

    Hi,

    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,
    Rikard

    #495819

    the 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 …. :-(

    #495952

    there is another problem: if I enter “session color”, page crashes

    #496240

    Hi,

    You must be doing something wrong then, please post the code you are using here so that we can have a look.

    Best regards,
    Rikard

    #497643

    Hello !

    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

    #497678

    Hi!

    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,
    Yigit

    #497786

    please 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

    #497790

    Hi!

    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,
    Yigit

    #497859

    you have a private message

    #497873

    Hi!

    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,
    Yigit

    #497922

    UUaaooooo thank youuuuuu :-))))

    #497926

    Hey!

    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

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘change the width of a single page of the site’ is closed to new replies.