Change Inline value

Home Forums All Other Themes Change Inline value

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #131083
    marco.strahlendorfmarco.strahlendorf
    Participant
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: August 27, 2018

    In section 3 under “Aktuelles” the text has a width of 500px which is defined by “Inline”. Where can I change the width to 300px?

    Theme: Adventure

    https://kaethe-kollwitz-nauen.de

    #131085
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .home_section3_content {
        width: 300px !important;
    }

    Regards,
    Dave

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