Need Help Mobile logo, header right, etc

Homepage Community Forums Epik Theme Support Need Help Mobile logo, header right, etc

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15707
    sabrinaespinal
    Customer

      I’ve had Epik for years but I just updated to HTML5. I know it doesn’t seem like Wes is monitoring the forum any more but this theme is still being sold so I hope someone can help me.

      1.Need to get my logo on mobile justify center.
      2.Need to get a little padding at the top of my site on the website view where the logo is. (I had manually done on the original Epik but I wanted to leave it clean to get the mobile looking correct.
      3.Need the Header Right widget to center on Mobile (I know the logo and header right area share the same space on the website view.
      4. Reduce the extra space on the mobile view between what would be the logo, header right to the menu.

      My site: http://www.sabrinacompany.com

      Thank you in advance. And just in case, If you also know where I could open a trouble ticket that would be great. I can no longer find the trouble ticket area on the Epik site and my last resort would be to open a ticket on StudioPress.

      Thank you so very much
      Sabrina

      #15713
      scooby
      Customer

        Wes is still very active on the forum….not sure where you got that info from…Anyways, usually you should hire a designer/developer to make customizations to your site as mentioned here – https://appfinite.com/topic/forum-rules/ But I’ll help out with what I can.

        To center your logo, try and add this to your CSS –

        .site-header .site-title a {
        	background-position: center !important;
        }

        To center your social icons, add this –

        .site-header .simple-social-icons {
        	display: inline-block !important;
        }

        This is specific to the plugin that you are using, so it probably won’t work exactly for anything else that you use, but the same concept should work if you adjust it for whatever code you add to your site.

        Give that a try and let us know if everything checks out.

        #15714
        sabrinaespinal
        Customer

          Hi,

          Just double checking, is this for the mobile responsive view? Because I need this for the mobile responsive view.

          http://www.sabrinacompany.com

          thanks

          #15718
          scooby
          Customer

            Yes it is. Have you tried it yet?

            #15719
            scooby
            Customer

              ……..Also, you can add this to your Responsive Section of the CSS if you want it to activate on a certain Browser size.

              #15726
              sabrinaespinal
              Customer

                Thank you,
                I did a combination of things and my everything worked out.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • The topic ‘Need Help Mobile logo, header right, etc’ is closed to new replies.