Post by maple-Lee » Mon May 28, 2018 4:30 pm

Hi! Guys, need your help again,

search and checkout bar not align with category bar after we reduce the website. how can i fix it?

Attachments

error-4.jpeg

error-4.jpeg (273.59 KiB) Viewed 672 times


New member

Posts

Joined
Fri Apr 10, 2015 11:38 pm

Post by IP_CAM » Tue May 29, 2018 2:46 am

Well, that's a Theme-specific matter, and would have likely to be
reworked in the corresponding stylesheet.css file section. But
if you don't know, how to handle CSS, you either need to contact the
Theme Supplier, or then, get a CSS Pro, like by example Viethemes.
http://www.viethemes.com/
Good Luck !
Ernie

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by maple-Lee » Tue May 29, 2018 10:24 am

Dear IP_CAM,

Thanks for your prompt reply, i'm not familiar with CSS, May i know with "CSS Pro" should i get in on http://www.viethemes.com ?

New member

Posts

Joined
Fri Apr 10, 2015 11:38 pm

Post by theGeekyStuff » Tue May 29, 2018 10:55 am

maple-Lee wrote:
Mon May 28, 2018 4:30 pm
Hi! Guys, need your help again,

search and checkout bar not align with category bar after we reduce the website. how can i fix it?
Try this one: In /catalog/view/theme/default/stylesheet/stylesheet2.css, look for

Code: Select all

.container12 {
    width: 458px  !important;
then add

Code: Select all

    float: left;
}

Newbie

Posts

Joined
Wed May 23, 2018 7:08 pm

Post by maple-Lee » Tue May 29, 2018 2:50 pm

i have add on the code, but still not working. any code should i add on tylesheet.css ??

/* search */
#search {
margin-bottom: 10px;
}
#search .input-lg {
height: 40px;
line-height: 20px;
padding: 0 10px;
}
#search .btn-lg {
font-size: 15px;
line-height: 18px;
padding: 10px 35px;
text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
margin-bottom: 10px;
}
#cart > .btn {
font-size: 12px;
line-height: 18px;
color: #FFF;
}
#cart.open > .btn {
background-image: none;
background-color: #FFFFFF;
border: 1px solid #E6E6E6;
color: #666;
box-shadow: none;
text-shadow: none;
float: left;
}
#cart.open > .btn:hover {
color: #444;
}
#cart .dropdown-menu {
background: #eee;
z-index: 1001;
}
#cart .dropdown-menu {
min-width: 100%;

New member

Posts

Joined
Fri Apr 10, 2015 11:38 pm

Post by theGeekyStuff » Tue May 29, 2018 5:08 pm

It's hard to progress this topic without stepping into the realms of 'support'. :laugh:
For the sake of discussion, the cart and search buttons belong to division class .col-sm-3. You need to declare its new position in your ccs.

Newbie

Posts

Joined
Wed May 23, 2018 7:08 pm
Who is online

Users browsing this forum: Bing [Bot] and 15 guests