Jump to content

tutzu93

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Location
    Romania
  • Activity
    User/Merchant

tutzu93's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Text will warp my circle div it has more than two characters. I have tried to find a solution but i'm not able to find one that works. Any help is highly appreciated Thanks! I've attached a picture to better understand the problem. I want my shape to be a perfect circle. http://textium.ro/12-lenjerii-de-pat
  2. I'm editing it offline, ill post it as soon as it goes online. Thanks!
  3. .item { position: absolute; top: 280px; left: -88px; width: 312px; height: 29px; background: url(http:/laallalalalaaa.png); font-size: 23px; margin-left: 77px; margin-bottom: 50px; margin-top: 10px; max-width:100%; This is the css for that middle arrowed line
  4. If i zoom in to 125% or more on page, some elements won't resize correctly and will screw up my design. See the attached to see the before and after the zoom. Any help will be highly appreciated, thanks! First picture: 100% zoom Second picture: 125% zoom PS: This problem doesn't occur when zooming out
  5. You need to modify the global.css or the respective css file that contains your element style . For example, if you insert this div <div class="item"> TEST TEST TEST! </div> in your html box, then to modify it's css you should inspect on page and see what css file controls it and introduce it's properties there: .item { blabla:blabla; blabla:blabla; } If you have further questions feel free to ask
  6. My store runs on a self modified bootstrap default theme. The options i'm talking about are found in Modules->Theme configurator
  7. Never mind guys, i found a solution to obtain the desired result. You can do this by ticking "Use title in front" in theme configurator. Be sure to modify the css also, add the following line : position: absolute; so the thext won't screw up your design.
  8. My store has a design that has image categories on homepage. The problem is that the category title is inserted in the image. What i'm trying to do is to separate the text from the image. I attached two pictures, one with my store and one with the desired result. Thanks in advance!
  9. So i am trying to change best sellers and new arrivalls module's positon using live edit or to manually configure it (see the attached screenshot to see where i want the modules to be ) . The problem is that i am unable to do so. The live edit doesnt change anything as the area where i need to put the module becomes red and i can't seem to be able to modify it manually either because it says that the i cannot place the module in the footer's hook. Any help is highly apreciated. Thanks!
  10. Thanks for replying guys. I need to add a grow, push or pop effect on all images. I tried zeki's solution, but in vane because the css code for those images looks like this: #htmlcontent_home ul li img { . I need something a bit more explicit
  11. I need help in adding hover offects to my uploaded images. See the attached pictures. I've searched around but i haven't been able to find something helpfull. Thanks!
  12. I figured it out for the first problem, i still need to add two images instead of the home slider, to make a 3 image row on top. Thanks!
×
×
  • Create New...