Disco Dancer – Front Page Section Margins Mobile Display

Home Forums All Other Themes Disco Dancer – Front Page Section Margins Mobile Display

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78873
    Stephen DanceyStephen Dancey
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: December 23, 2016

    Hi – is there a simple way to adjust the top and bottom margins on the front page sections on a mobile device?

    On a computer screen I like the amount of space in the top & bottom margins, but on a phone I’d prefer a little less space in the margins.

    thanks

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

    Hi,

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

    .nivo-controlNav { bottom:120px !important;}
    
    @media screen and (max-width:479px) {
    .nivo-controlNav { bottom:0 !important;}
    }

    Regards,
    Chris

    #78994
    Stephen DanceyStephen Dancey
    Member
    • Topics: 8
    • Replies: 18
    • Total: 26
    Member since: December 23, 2016

    Hey Chris, this looks like the same code for my other enquiry about adjusting position of slider pagination dots.

    See your reply #78895

    What I’d love to do is adjust the sizes of the top and bottom margins in front page sections on mobile devices

    thanks, Stephen

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

    Hi Stephen,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

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