Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #66568
    David
    Participant

    hi all
    I bought the theme pro full frame but it would have all of the display of pages, and the theme has a width of 883 px, base it has about 1680 px how can I in order to add this option css

    sorry for my english i m french canadian

    🙂
    regards
    David

    #66590
    Sakin
    Keymaster

    @David: Can you post in your site URL and let me know the size that you want to make it fro your content.

    #66593
    David
    Participant

    helo
    thank s for your reply
    the size will be 883 as you can see in the website
    http://www.chalidemo.com

    regards
    david

    #66594
    Sakin
    Keymaster

    @David: ok so you want to reduce it, then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (min-width: 1153px) {
        .wrapper { width: 1130px; }
        #main { width: 883px; }
    }
    #66596
    David
    Participant

    thank s for your quick answer
    i did and insert but i ve always the same look
    i have to rebuilt with your theme the same look that le old website
    http://distributionambiancedesign.com

    thank’s

    david

    #66632
    Sakin
    Keymaster

    @David: ok then replace the previous css with the following css:

    @media screen and (min-width: 884px) {
        .site {
            max-width: 884px;
            width: 100%;
        }
        #main {
            padding: 20px;
            width: 80%;
        }
        .sidebar-primary {
            padding: 20px;
            width: 20%;
        }
    }
    #66640
    David
    Participant

    thank s
    wonderful
    you re the best
    have a nice day
    regards
    david

    #66650
    Sakin
    Keymaster

    @David: Thanks for your appreciation 🙂 You too have a nice day.

    #66696
    David
    Participant

    hello
    sorry for my new post but look at the page http://www.chalidemo.com/index.php/stores/
    and all are page look like it too witdh ahahahah

    thank s again

    David

    #66735
    Sakin
    Keymaster

    @David: Please add in following css in “Appearance => Theme Options => Custom CSS” box:
    .wrapper { width: 100%; }

    #66803
    David
    Participant

    thank you so much you re really the best and i love your theme

    have a nice day
    regards

    david

    #66811
    Sakin
    Keymaster

    @David: thanks for your appreciation 🙂

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘change the width of the full theme’ is closed to new replies.