Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #328362
    rmailuhu
    Participant

    In all the previews of this theme, you can see the social media icons on the top right, next to the menu (and search menu).
    How do you place these icons here? Is there anyone that can help me? Can’t find it anywhere..

     

    #328374
    tikaram
    Keymaster

    @rmailuhu : First you will need to create a Social Menu containing social links. To know more about creating a social menu please follow the link below :
    https://devotepress.com/tutorials-hacks/create-custom-menus-wordpress/
    After creating the menu. Go to Appearance => Customize => Menus.
    under Menu Locations click on View All Locations. Select the recently created menu under Social Menu and click on publish.
    Hope this helps you out.

    Regards,
    Tikaram

    #330031
    rmailuhu
    Participant

    @tikaram : Thank you for your help!

    Also have a question about the Featured Slider. How can I change the image size on tablet and mobile version?
    It’s super small.
    Actually I would like to have a lay-out which will look the same as the desktop version:
    – Featured Slider
    – Featured Content: 3 columns next to each other.

    And the tagline is not visible on tablet and mobile version.

    Hope you can help, thanks.

    #330035
    tikaram
    Keymaster

    @rmailuhu : Please post in your site URL so that I can check for issues on your site and provide you the required fix.

    Regards,
    Tikaram

    #330037
    rmailuhu
    Participant

    @tikaram : Yes sorry, of course. My website is: http://www.rachelmailuhu.com

    #330065
    tikaram
    Keymaster

    @rmailuhu  :  Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 768px) {
      .custom-header-content, #feature-slider .entry-container {
        padding: 180px 60px;
      }
      .featured-content-wrapper.layout-three .hentry {
        width: 33.33%;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #330068
    rmailuhu
    Participant

    @tikaram : Thanks a lot! This helps. Only the text size of the 3 columns is too big. (styling – video – photo). Is there a way to change the font size ant thickness? I prefer them the same as the text under the header (Fashion stylist & Content creator).

    I like it a lot that the 3 photo’s are now also on mobile next to each other, thanks!

    Regards, Rachel

    #330097
    tikaram
    Keymaster

    @rmailuhu : Please try adding the following additional css.

    @media screen and (max-width: 768px) {
      .featured-content-wrapper .entry-title {
        font-size: 0.875rem
        font-weight: 300;
      }
      .featured-content-wrapper .entry-container {
        padding: 31px 30px;
      }
    }

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Clean Portfolio Pro – How to add social media icons’ is closed to new replies.