New Landing How can we help? Themeforest Theme Support Pinpoint Mobile version icons

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Pinpoint
  • #6221
    mineral grafics
    Member
    Post count: 18

    Hello,

    The mobile versions shows the icons centered, how could we align them right?

    Thanks,
    Tania

    #6237
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Tania,

    Add this custom CSS in the general theme options:

    #menubar-controls {
        padding-left: 4px !important;
        text-align: right !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6270
    mineral grafics
    Member
    Post count: 18

    Hi Cosmin,

    Can you check? Nothing changed, thanks

    #6323
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Sorry about that, forgot to wrap it in a media query. Again:

    @media screen and (max-width: 768px) {
      #menubar-controls {
          padding-left: 4px !important;
          text-align: right !important;
      }
    }

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6460
    mineral grafics
    Member
    Post count: 18

    Hello Cosmin,

    Cheers, and the social-icons? As they are on the text in the header..

    I’ve tried:

    @media screen and (max-width: 768px) {
    #social-wrap {
    padding-left: 4px !important;
    text-align: right !important;
    }
    }

    Thanks,
    Tania

    #6531
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi Tania,

    For the social icons, inside that media query, use this:

    .header-items .social-wrap ul {
        text-align: right !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #6567
    mineral grafics
    Member
    Post count: 18

    done, cheers!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register