Different changes

Home Forums All Other Themes Different changes

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42788
    Jan-ChristianJan-Christian
    Member
    • Topics: 11
    • Replies: 2
    • Total: 13
    Member since: June 8, 2016

    Hello,
    we wish to change the following things:
    1. Change the font (body text) in a bigger Size. But if I do this the font in the 4 boxes get also bigger. We want a bigger text size on sides but not in the 4 boxes.
    2. In footer, right side, contact infos (insert as text because the fields in “theme options” are not enough rowes for us). A part of the company name are about 2 rows.
    We want that “Gesellschaft für betriebliche Versorgungskonzepte mbh” is in 1 row.
    3. I delete side bar right. We will use single-column. But after I delete the side bar the text on the left side get not wider.

    www.petersen-christ.de

    How could I do this?

    Many thanks for help.
    Regards Conny

    #42884
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    body { font-size:17px;}
    .four_column p { font-size:14px;}
    .cols-4 { width:31.60%;}
    .cols-4 .widget-column-2 { width:20%;}
    .cols-4 .widget-column-3 { display:none;}
    .cols-4 .widget-column-4 { width:35%;}
    .site-main { width:100%;}

    Regards,
    Shri

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