Change width of boxes under image sliders

Home Forums All Other Themes Change width of boxes under image sliders

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #62507
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    theme: Industrial
    http://mysbiz.com/tempfirm/

    How do I change the width of the service box of section one? see below

    https://snag.gy/B9K7hp.jpg

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

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .one_four_page{width:500px !important;}

    Regards,
    Dave

    #62735
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    This worked great, but now when I view the site via mobile phone, the two changed boxes extend past the rest of the site.

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

    Hi,

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

    Add this code there:

    Remove previous CSS code:

    .one_four_page{width:500px !important;}

    And add This CSS code:

    .one_four_page{width:49.8%;}

    @media screen and (max-width:479px) {
    .one_four_page{width:100%;}
    }

    Regards,
    Dave

    #62754
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    worked great, thanks

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

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change width of boxes under image sliders’ is closed to new replies.