badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Frame Around Website

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42740
    toddw
    Participant

    Is it possible to add CSS to the Ambition Premium theme so that a 20px border appears around the entire website?

    I would need this to appear on all of the pages on my website. This isn’t a “must have” for my site, but my site, framella.com, will be an eccommerce site for creating mats for picture framing. In that light, a border color, such as #2a2a2a without any fancy corner radius, would be an appropriate visual element.

    Thanks and regards,
    Todd

    #42843

    Hi Toddw,

    To add the 20px border appears around the entire site go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

    #page {
        background-color: #2a2a2a;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }

    Thank you!

    #42855
    toddw
    Participant

    Awesome!!! Thank you so much! This gave my site a nice inset effect without taking away too much screen real estate.

    Thanks and regards,
    Todd

    #42883

    You welcome toddw

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.