Jump to content

How to move cart an searchbar beside Contact us


Recommended Posts

Hello!

1.I would like to move cart module and search module in top row hwere contact us and login are.

I'm total newbie and I manage to desighn this theme (based on minimal 1.6 theme) with help of web and youtube.

Please see picture attached

 

2. I would also like to have bigger logo. Found some advices on forum but I wasnt able to achive the goal.

I have uploaded logo to mi img folder (its 660 x 105px) but i's too small. Uploading bigger logo doesnt solve the issue.

 

my store:http://hudascena.si

 

Thanks for your help

post-721793-0-20394600-1441194397_thumb.jpg

Edited by miha76 (see edit history)
Link to comment
Share on other sites

Hello!

1.I would like to move cart module and search module in top row hwere contact us and login are.

I'm total newbie and I manage to desighn this theme (based on minimal 1.6 theme) with help of web and youtube.

Please see picture attached

 

2. I would also like to have bigger logo. Found some advices on forum but I wasnt able to achive the goal.

I have uploaded logo to mi img folder (its 660 x 105px) but i's too small. Uploading bigger logo doesnt solve the issue.

 

my store:http://hudascena.si

 

Thanks for your help

 

#1 can be done very easily. 

 

You have padding-top on both elements of 50px. Remove the padding and both elements slide nicely to the top of the theme inline with contact us and login. 

#search_block_top {
    padding-top: 50px;
    z-index: 1000;
}
#header .shopping_cart {
    position: relative;
    float: right;
    padding-top: 50px;

Change both to padding-top: 0;

 

Hope that helps! 

 

Marty Shue

Link to comment
Share on other sites

Yes i manage to change the size based on some old VEKIA's tip which now suddenly works:-)

i have another question: which file I have to edit for facebbok likebox (change dimensions to fit cmsinfo block) and change Follow us text to green?

I manage to get too big pictures in products list .

 

Please see attached screenshot for my problems:-)

 

 

 

post-721793-0-40071900-1441276605_thumb.jpg

Edited by miha76 (see edit history)
Link to comment
Share on other sites

i have another question: which file I have to edit for facebbok likebox (change dimensions to fit cmsinfo block) 

 

Please see attached screenshot for my problems:-)

 

One very simple way to fix this is find 

#facebook_block .facebook-fanbox {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 10px;

Then increase the padding to 94px. 

#facebook_block .facebook-fanbox {
    background: rgba(0, 0, 0, 0);
    padding-bottom: 94px;

This will solve your problem. 

 

Hope that helps! 

 

Marty Shue

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...