Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #985360

    Hi
    Could u share your Page URL and screenshot of the issue so that i can take a look on this ?
    Also let me now in which devices you are getting this issue .

    rubygirl Friend
    #985401
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #985411

    Hi
    I just checked it on my mobile device and its looking fine.


    1. Screenshot_2016-11-11-09-35-51-078_com.android.chrome
    rubygirl Friend
    #985417
    This reply has been marked as private.
    rubygirl Friend
    #985418
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #985424

    Hi, Local business page In mobile its slightly cut because the header is big . Add below code to fix it .
    Add the code /css/custom.css file in the template folder

    @media (max-width:768px) {
    .itemid-335 .t3-content-mast-top {padding-top:30px;}}

    The screenshot you shared in the first post doesn’t match with this page . I suggest you check the site in Real devices .

    rubygirl Friend
    #985635
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #985691

    Hi
    Screenshot removed as requested . Kindly add the code in /css/custom.css file .

    rubygirl Friend
    #987487
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #987508

    Hi
    The above code is only for the Url u shared before . Use this code to apply it for whole site

    @media (max-width:768px) {
    .t3-content-mast-top {padding-top:30px;}}

    Also u can change the padding top value as per your needs.

    rubygirl Friend
    #987509

    PERFECT! Thank you!

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  rubygirl 7 years, 11 months ago.

The topic ‘t3-content-mast-top issue’ is closed to new replies.