Search found 7 matches

Page 1 of 1

Search found 7 matches

Re: Fix the (search & checkout) alignment

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.

Jump to post
  • Tue May 29, 2018 5:08 pm
  • Replies 5
  • Views 530
Re: Fix the (search & checkout) alignment

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;
}

Jump to post
  • Tue May 29, 2018 10:55 am
  • Replies 5
  • Views 530
Re: Want to disable completely registration and login from my website

just tell me the process to remove login and registration, after that i can do i have knowledge of basic php ,html,css. I think from css we can not remove whole control of registration and css. The login and registration forms at checkout are driven by ajax contollers. You can start from here \cata...

Jump to post
  • Fri May 25, 2018 6:27 pm
  • Replies 17
  • Views 4566
Re: Read More Button

If Journal, you can simply add the CSS code in Settings > Custom Code > CCS

Jump to post
  • Thu May 24, 2018 8:09 pm
  • Replies 4
  • Views 1511
Re: error in H1

Most H tag issues can easily be spotted on the surface. I encourage you to share the URL in question. Someone can definitely help.

Jump to post
  • Thu May 24, 2018 7:00 pm
  • Replies 5
  • Views 1843
Re: Read More Button

You will want to add a tag to the hidden paragraph within the read more button. In your HTML content, you can do the following i.e, <span id="moretext">Ceteros comprehensam est ut, mel deserunt temporibus interpretaris ad. Primis liberavisse et nam, justo graece causae id ius. Ne tollit au...

Jump to post
  • Thu May 24, 2018 6:14 pm
  • Replies 4
  • Views 1511
Re: Accesible Index Page Configured wrong

Assuming that you require the both index.php and index.html to pull up the same homepage, you can add the following line in .htaccess at the root directory of OC site RewriteBase /[your shop root] RewriteRule ^index.html$ / [R,L] This is my first post ever after years of lurking around. I do hope th...

Jump to post
  • Wed May 23, 2018 8:03 pm
  • Replies 2
  • Views 1920

Page 1 of 1

Search found 7 matches