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*

content width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24312
    Jörg
    Participant

    hi there,

    how can i make more with to the content area of the start homepage (businesspage template). i can add 4 column max but i have to add a fifth column and i try to make the content area to have more with but i can not find what the current with is and how the css class is. can you help, where i can find the classes to get the content with a bit more up on desktop view?

    and yes, only with a child theme 🙂 if not then better no theme update.

    cheers
    joerg

    #24433

    Hi Jorg,

    You can find the below code in the style.css and have to change the width of the container for that.
    The exact container width is 978px you can increase as your wish.

    .container {
        margin: 0 auto;
        max-width: 978px;
    }

    Thank you!

    #24638
    Jörg
    Participant

    thank you. 🙂

    #24660

    You welcome Jörg

    Thank you!

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