Jump to content

Προβλημα με module


argiris

Recommended Posts

Το προβλημα μου ειναι οτι στο κατω μεροσ του eshop εχω βαλει ακολουθηστε μασ sto facebook , instagram κλασικα ... 

αλλα μου πεφτει το ενα πανω στο αλλο και γινετε χαμοσ μπορει καποιοσ να βοηθησει παρακαλω ? 

post-1082400-0-40840700-1444222707_thumb.jpg

Edited by razaro
Caps lock (see edit history)
Link to comment
Share on other sites

Φίλε Αργύρη, το πρόβλημα σου είναι html και css.  Λογικά από πρώτη ματιά με λίγο css θα καταφέρεις να το λύσεις. 

 

Δυστυχώς δεν μπορώ να βοηθήσω περισσότερο, εκτός άμα μου δόσεις το link της σελίδας σου. 

Link to comment
Share on other sites

#social_block ul{
	float: right !important;
}

#social_block li a{
	font-size: 20px !important;
}

#social_block li a{
	margin: -10px 100px 0 0 !important;
}

Και άμα θές να φύγει η επικεφαλίδα Ακολουθήστε μας ποθ κατα την γνώμη μου φένετε ποιό ωραίο χωρίς αυτή. 

#social_block h4{
	display: none !important;
}

Αυτά θα πρέπει να τα βάλεις είτε σε κάποιο css αρχείο οπως /themes/perfumissimi/css/global.css ή εάν σου δίνει την δυνατότητα το theme σου σε πεδίο κάπου στο theme configurator.

Link to comment
Share on other sites

ΕΠΙΣΕΙΣ ΘΈΛΩ ΒΟΉΘΕΙΑ ΣΕ ΚΆΤΙ ΑΚΌΜΑ , 

 

ΕΧΩ ΔΥΟ CARRIERS ΚΑΙ ΤΡΕΙΣ ΜΕΘΟΔΟΥΣ ΓΙΑ ΠΛΗΡΩΜΗ , 

 

ΘΕΛΩ ΤΟ CASONDELIVERY ΤΟ DEFAULT ΠΟΥ ΕΧΕΙ ΤΟ ΘΕΜΑ ΝΑ ΕΜΦΑΝΙΖΕΤΕ ΜΟΝΟ ΜΕ ΕΝΑΝ ΑΠΟ ΤΟΥΣ ΔΥΟ CARRIERS 

 

ΣΟΥ ΕΧΕΙ ΞΑΝΑΤΥΧΕΙ ?? 

Link to comment
Share on other sites

Φίλε Αργύρη τον κώδικα που σε έγραψα δεν τον βλέπω πουθενά φορτωμένο στην σελίδα σου ώστε να δουλέψει. 

λοιπον εκανα αυτο :

 

.footer-container #footer #social_block {
      float: left;
      width: 50%;
      padding: 22px 15px 0 15px; }
      @media (max-width: 767px) {
        .footer-container #footer #social_block {
          width: 100%;
          float: left;
          padding-top: 5px; } }
      .footer-container #footer #social_block ul {
        float: right; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block ul {
            float: right !important; } }
        .footer-container #footer #social_block ul li {
          float: left;
          width: 200px;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            .footer-container #footer #social_block ul li {
              width: 30px; } }
          .footer-container #footer #social_block ul li a {
            display: inline-block;
            color: #908f8f;
            font-size: 28px; }
            @media (min-width: 768px) and (max-width: 991px) {
              .footer-container #footer #social_block ul li a {
                font-size: 20px; } }
            .footer-container #footer #social_block ul li a span {
              display: none; }
            .footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "FontAwesome";
              vertical-align: 20px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
            .footer-container #footer #social_block ul li a:hover {
              color: #fff; }
          .footer-container #footer #social_block ul li.facebook a:before {
            content: "\f09a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "\f099"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "\f09e"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "\f167"; }
          .footer-container #footer #social_block ul li.google-plus 
 
a:before {
            content: "\f0d5"; }
          .footer-container #footer #social_block ul li.pinterest a:before 
 
{
            content: "\f0d2"; }
          .footer-container #footer #social_block ul li.vimeo a:before {
            content: "\f194"; }
          .footer-container #footer #social_block ul li.instagram a:before 
 
{
            content: "\f16d"; }
      .footer-container #footer #social_block h4 {
        float: right;
        margin: -10px 100px 0 0 !important;
        font-size: 21px;
        line-height: 25px;
        text-transform: none;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .footer-container #footer #social_block h4 {
            display: none;
            text-align: center; } }
#social_block h4{
display: none !important;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...