Mobile page

Home Forums All Other Themes Mobile page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78366
    Brenda RodriguezBrenda Rodriguez
    Member
    • Topics: 21
    • Replies: 44
    • Total: 65
    Member since: June 14, 2017

    Hello πŸ™‚

    The mobile version has a few pages under the Info tab that I would like to have the wording moved down without affecting the desktop version.
    Please see a screenshot below:

    https://www.flickr.com/photos/152382617@N08/35806950371/in/dateposted-public/

    Thank you πŸ™‚

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

    Hi,

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

    Add this code there:

    @media screen and (max-width:767px) {
    .header { position:relative !important; top:0 !important; }
    .header .header-inner { padding-top:0 !important;}
    .toggle a { margin-top:0 !important;}
    }

    Regards,
    Chris

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