Shop Categories

X

Theme mobil display

Home Forums Agama Pro Theme mobil display

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10097
    edner
    Participant

    Hi. I have some questions about the theme when I’m seeing my website using a mobil.

    1) Why the logo is not show in the left corner and the menu icon in the right corner? Give me a snnipet that I can use to do that in my child theme please.
    2) Please access my website, mahona-lasterrenas.com, in your mobile and see how the testimonials are display in three columns. How can I fix that?
    3) The 2 images in the footer doesn’t show. Why?

    #10103
    Zex
    Moderator

    Hi, edner!

    1)Insert following custom CSS code in Customize->General->Additional CSS:

    @media (max-width: 479px){
    .mobile-menu-icons {
    clear:none!important;
    max-width:20%!important;
    float:right!important;
    }
    .sticky-header .pull-left {
    float: left!important;
    max-width:80%!important;	
    }
    }

    2) Have you tried to change the Testimonials style?
    http://prntscr.com/khy4uj

    3) On which way are you trying to add your pictures to the footer?

    Regards

    #10133
    edner
    Participant

    Hi,Thanks for the help

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